Recurring Payments
Cancel recurring payment
This endpoint allows you to cancel a payment recurrence
POST
/api/2/eurowallet/payments/cancel-recurringRequest
beneficiaryId
integer required
Beneficiary identifier (the ID can be found in the client portal, in the Beneficiaries page)
Response
200 OKThis response body is emty
Error codes
| Code | Message |
|---|---|
30000 | Depends on request (e.g. when validation fails if invalid beneficiary ID provided) |
30010 | When beneficiaryId field is invalid |
Examples
POST url: /api/2/eurowallet/payments/cancel-recurrence
POST data: beneficiaryId=1
200 OK
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.