Skip to main content

Approve pending transfer limits

post/balanceAccounts/{id}/transferLimits/approve

Approve transfer limits that are pending SCA authentication.

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

Header for authenticating using SCA.

idstringRequired

The unique identifier of the balance account.

transferLimitIdsarray[string]Required

A list that includes the transferLimitId of all the pending transfer limits you want to approve.

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

  • 204 - No Content

    The request has succeeded.

  • 404 - Not found

    One of the transfer limits could not be found.

  • 422 - Unprocessable Content

    A request validation error.