Recurring Payments

Cancel recurring payment

This endpoint allows you to cancel a payment recurrence
POST/api/2/eurowallet/payments/cancel-recurring

Request

beneficiaryId
integer required
Beneficiary identifier (the ID can be found in the client portal, in the Beneficiaries page)

Response

200 OK

This response body is emty

Error codes

CodeMessage
30000Depends on request (e.g. when validation fails if invalid beneficiary ID provided)
30010When beneficiaryId field is invalid

Examples

POST url: /api/2/eurowallet/payments/cancel-recurrence
POST data: beneficiaryId=1

Commentaries

Beneficiaries

By definition, recurrence can only be set up for a pre-defined payment (payment templates).

Therefore, you first need to go to the customer portal, to the Beneficiaries page, and create a new entry there.