Get a list of payments transactions.
It is recommended to use [filter] or [page] to improve the query.
Query Parameters |
---|
filter object — REQUIREDGet a list of payment transactions that are between a date range. Return a specific transaction, or a list of transactions, that match the given params. |
page object — REQUIREDGet a list of payment transactions from the DB with of the given page number and size. Must be combined with the date filter. Return a list of transactions. |
Header Parameters |
---|
Authorization stringAn authorization token needed to validate the identity of the user without vpn. It is Needed in all the environments, except for local and dev. This token can be obtained with a request to: [https://auth.{ENVIRONMENT}.geopagos.com/oauth/token] Example: Bearer [token} |
Responses | |||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
200 A successful query response. The data contains a list of all the payments that match the query.
|