Skip to main content

Get recurring top ups for a specific balanceAccountId

get/balanceAccounts/{balanceAccountId}/recurringTopUps

View all recurring top ups configured for a specific balanceAccountId.

For more information, refer to Manage recurring top-ups.

Endpoint destination URL
https://balanceplatform-api-test.adyen.com/bcl/v2/balanceAccounts/{balanceAccountId}/recurringTopUps
Click to copy
cursorstring

The cursor used for pagination. Required if you want to see the next or previous page of results.

limitinteger
Minimum: 1Maximum: 100

The number of items to return per page. Value must be between 1 and 100.

balanceAccountIdstringRequired

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.

  • 401 - Unauthorized

    Authentication required.

  • 403 - Forbidden

    Insufficient permissions to process the request.

  • 404 - Not Found

    The recurring top up was not found

  • 500 - Internal Server Error

    The server could not process the request.