List balance transactions
Retrieve a list of all balance transactions. Transactions include for example payments, refunds, chargebacks, and settlements.
For an aggregated report of these balance transactions, refer to the Get balance report endpoint.
The alias primary can be used instead of the balance ID to refer to the organization's primary balance.
The results are paginated.
Query parameters
Provide an ID to start the result set from the item with the given ID and onwards. This allows you to paginate the result set.
The maximum number of items to return. Defaults to 50 items.
You can enable test mode by setting the testmode query parameter to true.
Test entities cannot be retrieved when the endpoint is set to live mode, and vice versa.
Headers
A unique key to ensure idempotent requests. This key should be a UUID v4 string.
Response
A list of balance transaction objects.
Changes
Changed in 6 of the 92 revisions of this API.1103
- ●
added the new
api-payment-rolling-reserve-releaseenum value to the///response property for the response statusresponse-property-enum-value-added
- ●
added the new
post-payment-split-paymentenum value to the///response property for the response statusresponse-property-enum-value-added
- ●
- ●
added the new
application-feeenum value to the///response property for the response statusresponse-property-enum-value-added
- ●
added the new
payment-feeenum value to the///response property for the response statusresponse-property-enum-value-added
- ●
- ●
added the new
balance-charge-feeenum value to the///response property for the response statusresponse-property-enum-value-added
- ●
added the new
cash-collateral-issuanceenum value to the///response property for the response statusresponse-property-enum-value-added
- ●
added the new
outgoing-custom-amount-transferenum value to the///response property for the response statusresponse-property-enum-value-added
- ○
removed the
cash-collateral-issuance';enum value from the///response property for the response statusresponse-property-enum-value-removed
- ●
- ▲
the
response property's min was decreased from1.00to0.00for the response statusresponse-property-min-decreased
- ▲
- ●
added the new
invoice-compensationenum value to the///response property for the response statusresponse-property-enum-value-added
- ●
added the new
movementenum value to the///response property for the response statusresponse-property-enum-value-added
- ●
added the new
topupenum value to the///response property for the response statusresponse-property-enum-value-added
- ●
- ○
the endpoint scheme security
advancedAccessTokenwas added to the APIapi-security-added
- ○
the endpoint scheme security
organizationAccessTokenwas removed from the APIapi-security-removed
This revision also has 4 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
Of the 92 revisions, 9 have no diff computed.