v1

latestOpenAPI 3.0.3MIT-LICENSE2026-07-2469127278.1 KB
Transactions

List transactions

Returns a paginated list of transactions (ledger movements).

A transaction is a movement that represents the financial impact of payment operations, including amounts, fees, and net values. Transactions can be linked to a charge and may be linked to a transfer (payout) when they are included in a payout.

If you need payout-level information (destination, statement reference/description, payout status), use GET /transfers.

get/transactions

Query parameters

limitinteger

The numbers of items to return, the maximum value is 250

nextstring

next page

previousstring

previous page

idstring
Example:65412a893cd69a0001c25892

id of the object to be retrieved

charge_idstring
Example:65412a893cd69a0001c25892

id of the charge used for filtering

typestring
Example:capture

type of the object to be retrieved

currencystring
Example:MXN

currency of the object to be retrieved

Headers

Accept-Language'es' | 'en'

Use for knowing which language to use

X-Child-Company-Idstring

In the case of a holding company, the company id of the child company to which will process the request.

Response

successful operation