Get the details of a transfer limit
get/balancePlatforms/{id}/transferLimits/{transferLimitId}
Get the details of a transfer limit using its unique transferLimitId
.
Endpoint destination URL
https://balanceplatform-api-test.adyen.com/bcl/v2/balancePlatforms/{id}/transferLimits/{transferLimitId}
Click to copy
idstringRequired
The unique identifier of the balance platform.
transferLimitIdstringRequired
The unique identifier of the transfer limit.
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.