Get Statement
Account
Get Statement
Retrieve account statement with transaction history
GET
Get Statement
Path Parameters
string
required
Merchant ID
Query Parameters
string
Specific statement ID
string
Filter by entity typeAllowed values:
payout_merchant_note, payout_deposit, payout_transaction, payout_data_qualification, payin_transaction, payin_transaction_split, payin_transaction_creditcard, payin_transaction_creditcard_fee, payin_transaction_creditcard_split, payin_transaction_creditcard_installment, payin_transaction_creditcard_installment_fee, payin_transaction_creditcard_installment_split, payin_transaction_creditcard_installment_parent_split, payin_transaction_creditcard_parent_split_fee, payin_withdrawal, payin_transaction_refund, payin_transaction_rolling_reserve, payout_pix_reversal,string
Category IDs separated by commaExample:
1,8,9string
Filter by billing usage
string
Initial creation date (format: YYYY-MM-DD)Example:
2024-01-01string
Final creation date (format: YYYY-MM-DD)Example:
2024-01-31string
Initial occurrence date (format: YYYY-MM-DD)Example:
2024-01-01string
Final occurrence date (format: YYYY-MM-DD)Example:
2024-01-31string
Recipient ID
string
CurrencyAllowed values:
USD, AUD, EUR, BRL, GBP, CAD, CHFinteger
Page number
integer
Quantity of items per page
Response Headers
string
Next page number
string
Current page number
string
Total items per page
string
Previous page number
string
Total count of records
string
Boolean indicating if results exist
string
Total pages
Response Body
array
Array of statement entries
Transaction Categories
The statement includes various transaction categories. Use the category ID when filtering:
Example: To filter PIX-related transactions (payments and fees), use:
?category_id=1,8
