Trigger Recurring Payment
Subscriptions
Trigger Recurring Payment
Trigger a recurring payment for a ADHOC subscription.
POST
Trigger Recurring Payment
Trigger a charge on an active ADHOC subscription. The API call initiates the payment — the actual payment outcome (success, failure, or cancellation) is delivered asynchronously via webhooks, at which point the order and payment records are created in the system.
This endpoint only supports ADHOC subscriptions. The subscription must have an active mandate before a recurring payment can be triggered.
Path Parameters
The unique identifier (uid) of the subscription.
Request Body
Amount to charge for this recurring execution. If not provided, the subscription’s
billing_amount is used. Must be less than or equal to the subscription’s billing_amount.Response Fields
The subscription identifier.
Auto-generated with
REC- prefix if not provided.The amount charged for this recurring payment.
Status of the API call.
success means the payment was initiated — not that it has been captured.