Cancel recurring payment
If you (or your customer) need(s) to cancel recurring payment, Cancel Recurrence API is used. Provide recurrenceId
in path baas/merchant/recurrences/{RecurrenceId}/cancel
No more recurring payments can be initiated with canceled recurrenceId
.
Update recurring payment
If you need to make changes for existing recurring payment, you can use Update Recurrence API.
Details that can be updated:
Property | Value | Description |
---|---|---|
payment.instructedAmount.amount | eg. 12.00 | Amount that needs to changed, valid only for recurring payments (for unscheduled MITs it can be changed via Initiate Recurring Payment API) |
payment.instructedAmount.currency | e.g. EUR | Currency that needs to be changed. Possible values: GBP, SEK, NOK, DKK, PLN, USD |
recurrence.endDate | e.g. 2023-12-02 | Date format. Last date of recurring payment. Only future date can be used. No longer than 4 years from the date of a request. Can be changed to null to remove end date. |
recurrence.frequency.days | e.g. 1 | Period between payments. Min value: 1 Max value: 366 |
Each property can be updated separately, therefore, all are optional.