POST /balancePlatforms/{id}/transferLimits
Create a transfer limit for your balance platform using the unique id
of your balance platform.
Servers
- https://balanceplatform-api-test.adyen.com/bcl/v2
Path parameters
Name | Type | Required | Description |
---|---|---|---|
id |
String | Yes |
The unique identifier of the balance platform. |
Request headers
Name | Type | Required | Description |
---|---|---|---|
Content-Type |
String | Yes |
The media type of the request body.
Default value: "application/json" |
Request body fields
Name | Type | Required | Description |
---|---|---|---|
startsAt |
String | No |
The date and time when the transfer limit becomes active. If you specify a date in the future, we will schedule a transfer limit. Format ISO 8601: YYYY-MM-DDThh:mm:ss.sssTZD |
endsAt |
String | No |
The date and time when the transfer limit becomes inactive. If you do not specify an end date, the limit stays active until you override it with a new limit. Format ISO 8601: YYYY-MM-DDThh:mm:ss.sssTZD |
transferType |
String | Yes |
The type of transfer to which the limit applies. Possible values:
Valid values:
|
amount |
Object | Yes |
The amount for the transfer limit. This is the maximum amount allowed per transfer or per day based on the |
amount.value |
Integer | Yes |
The amount of the transaction, in minor units. |
amount.currency |
String | Yes |
The three-character ISO currency code. |
scope |
String | Yes |
The scope to which the transfer limit applies. Possible values:
Valid values:
|
reference |
String | No |
Your reference for the transfer limit. |
scaInformation |
Object | No |
Information for the Strong Customer Authentication (SCA) |
scaInformation.scaOnApproval |
Boolean | No |
Indicates whether to initiate Strong Customer Authentication (SCA) later, during approval, or immediately after you submit this request. Possible values:
|
scaInformation.exemption |
String | No |
The type of exemption for Strong Customer Authentication (SCA). Possible values:
Valid values:
|
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.