GET /balanceAccounts/{balanceAccountId}/recurringTopUps
View all recurring top ups configured for a specific balanceAccountId.
For more information, refer to Manage recurring top-ups.
Servers
- https://balanceplatform-api-test.adyen.com/bcl/v2
Path parameters
| Name | Type | Required | Description |
|---|---|---|---|
balanceAccountId |
String | Yes |
The unique identifier of the balance account. |
Query parameters
| Name | Type | Required | Description |
|---|---|---|---|
limit |
Integer | No |
The number of items to return per page. Value must be between 1 and 100. Default value: 10 |
cursor |
String | No |
The cursor used for pagination. Required if you want to see the next or previous page of results. |
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.