Skip to main content

Filter and view the transfer limits

get/balanceAccounts/{id}/transferLimits

Filter and view the transfer limits configured for a balance account using the balance account's unique id and the available query parameters.

Endpoint destination URL
https://balanceplatform-api-test.adyen.com/bcl/v2/balanceAccounts/{id}/transferLimits
Click to copy
statusstring

The status of the transfer limit. Possible values:

  • active: the limit is currently active.
  • inactive: the limit is currently inactive.
  • pendingSCA: the limit is pending until your user performs SCA.
  • scheduled: the limit is scheduled to become active at a future date.
transferTypestring

The type of transfer to which the limit applies. Possible values:

  • instant: the limit applies to transfers with an instant priority.
  • all: the limit applies to all transfers, regardless of priority.
scopestring

The scope to which the transfer limit applies. Possible values:

  • perTransaction: you set a maximum amount for each transfer made from the balance account or balance platform.
  • perDay: you set a maximum total amount for all transfers made from the balance account or balance platform in a day.
idstringRequired

The unique identifier of the balance account.

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.

  • 404 - Not found

    One of the transfer limits could not be found.

  • 422 - Unprocessable Content

    A request validation error.