List all payment transactions

GET {{baseUrl}}/payments/br/transactions/?page=1&page_size=100

Documentation 📖

See detailed documentation for the List all transactions call in our API Reference.

Request Params

KeyDatatypeRequiredDescription
pagenumberA page number within the paginated result set.
page_sizenumberIndicates how many results to return per page. By default we return 100 results per page. The maximum you can request is 1000.