Skip to main content

Update a RecurringTopUp

patch/balanceAccounts/{balanceAccountId}/recurringTopUps/{topUpId}

Update the configuration of an existing recurring top up.

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

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

The unique identifier of the recurring top-up you want to update.

balanceAccountIdstringRequired

The unique identifier of the balance account.

descriptionstring
Max length: 140

Your description for the recurring top-up.

Maximum length is 140 characters. If you set a longer description, it will be cut off at 140 characters.

referenceForBeneficiarystring, null
Max length: 80

A reference that is sent to the recipient. This reference is also sent in all webhooks related to the transfer, so you can use it to track statuses for both parties involved in the funds movement.

Supported characters: a-z, A-Z, 0-9.

statusstring, null

The status of the recurring top-up. If not provided, by default, this is set to active.

Possible values:

  • active: the top up is enabled and funds will be pulled in.

  • inactive: the top up is disabled and cannot be triggered.

topUpAmountobject

The currency and value to be added to the balance account, specified in minor units. This can be a fixed amount or a target amount.

triggerobject

The condition that triggers the top-up. This can be a recurring schedule or a minimum balance threshold.

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.

  • 400 - Bad Request

    A problem reading or understanding the request.

  • 401 - Unauthorized

    Authentication required.

  • 403 - Forbidden

    Insufficient permissions to process the request.

  • 422 - Unprocessable Entity

    A request validation error.