Monitoring Periodic Payments
Get updates when approving or cancelling a periodic payment order.
For periodic payments, the "accepted" status update refers to the approval a standing recurring payment order, which will be executed on a future date.
- Periodic Payment uses the standard
PaymentStatusChangedwebhook. - For periodic payments,
finalAmountmay arrive asfalseinstead of an object because the final settled amount of each future occurrence is not known yet. Do not treatfinalAmount: falseas a parsing error for periodic payments. Handle both object and boolean values. - For Periodic-Payments, the following fields will be added to the webhook payload
Monitoring for cancellation
Feezback monitors the periodic payment order periodically, and sends a PaymentStatusChanged webhook update with the status "cancelled", when the debtor cancels the order via the bank's channels.
Updated about 1 month ago
Did this page help you?