Transactions
Learn how to get a list of payments in and out of your merchant account.
You can receive a list of your transactions, that is, a list of payments in and out of your merchant account.
To do so, make a GET
request to the /merchant-accounts/{id}/transactions
endpoint, and include the from
and to
query values to state an interval for the list. The following example shows what the URI can look like:
/merchant-accounts/{id-of-account}/transactions?from=2021-11-02T00%3A00%3A00.000Z&to=2021-11-10T23%3A59%3A59.599Z
Updated 6 months ago
Did this page help you?