v1

latestOpenAPI 3.1.02026-07-24102785.8 KB
Search API

Search Transactions by Period

Retrieves a list of transactions processed by PagSeguro within the specified date range. This endpoint allows merchants to filter transactions based on their creation date and supports pagination.

get/v3/transactions

Query parameters

initial_transaction_datestring date-time required

Start date and time for filtering transactions, in ISO 8601 format (yyyy-MM-dd'T'HH:mm:ss'Z').

final_transaction_datestring date-time required

End date and time for filtering transactions, in ISO 8601 format (yyyy-MM-dd'T'HH:mm:ss'Z').

pageinteger

Page number for pagination. Defaults to 1 if not provided.

max_resultsinteger

Maximum number of results per page. Must be between 1 and 10. Defaults to 10 if not specified.

Response

Transactions retrieved successfully.

All 10 operations