Skip to main content
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

string
required
The unique identifier (uid) of the subscription.

Request Body

number
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

string
The subscription identifier.
string
Auto-generated with REC- prefix if not provided.
number
The amount charged for this recurring payment.
string
Status of the API call. success means the payment was initiated — not that it has been captured.