Get all transactions

get /transactions

Returns all transactions related to a balance account with a payment instrument of type bankAccount.

This endpoint supports cursor-based pagination. The response returns the first page of results, and returns links to the next page when applicable. You can use the links to page through the results. The response also returns links to the previous page when applicable.

Endpoint destination URL

https://balanceplatform-api-test.adyen.com/btl/v3/transactions
Click to copy

Query parameters

limit integer

The number of items returned per page, maximum of 100 items. By default, the response returns 10 items per page.

createdUntil string Required

Only include transactions that have been created on or before this point in time. The value must be in ISO 8601 format. For example, 2021-05-30T15:07:40Z.

createdSince string Required

Only include transactions that have been created on or after this point in time. The value must be in ISO 8601 format. For example, 2021-05-30T15:07:40Z.

cursor string

The cursor returned in the links of the previous response.

balanceAccountId string

Unique identifier of the balance account.

accountHolderId string

Unique identifier of the account holder.

paymentInstrumentId string

Unique identifier of the payment instrument.

balancePlatform string

Unique identifier of the balance platform.

Response parameters

After submitting a call, you receive a response message to inform you that your request was received and processed.

Depending on the HTTP status code of the response message, it is helpful to build some logic to handle any errors that a request or the system may return.

HTTP Responses

  • 200 - OK

    The request has succeeded.

    Show more Show less
  • 401 - Unauthorized

    Authentication required.

    Show more Show less
  • 403 - Forbidden

    Insufficient permissions to process the request.

    Show more Show less
  • 422 - Unprocessable Entity

    A request validation error.

    Show more Show less
  • 500 - Internal Server Error

    The server could not process the request.

    Show more Show less
  • Response
  • Click to copy