Retrieve Multiple Payments

Return the sent/received checks for a user

📘

Before using any endpoint, you need to set the environment:

Click on Environment in the Base URL and enter the appropriate option:
api (Production) for the live environment.
sandbox (Sandbox) for testing.

Query Params
string

Default: 10. A limit on the number of objects to be returned. Limit can range between 1 and 100 items, and the default is 10 items.

string
Defaults to YYYY-MM-DD

The date_start parameter must be used together with date_end.

string
Defaults to YYYY-MM-DD

The date_end parameter must be used together with date_start.

string
enum

Unpaid, pending, processed, cancelled, failed, voided

Allowed:
string
enum

Outgoing, incoming.

Allowed:
string

Number page

string

The number parameter refers to the transaction number, which can be found on the Dashboard in the Transaction ID column, or as the number field in the API response or Webhook.

Response

Language
Credentials
Header
URL
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json