Skip to main content
POST
Trigger Recurring Payment
Trigger a charge on an active ADHOC subscription. The call initiates the payment — the outcome (success, failure, or cancellation) arrives asynchronously by webhook, and the order and payment records are created at that point.
This endpoint only supports ADHOC subscriptions. The subscription must have an active mandate before a recurring payment can be triggered — check it with Get Subscription Mandate Status.

Path Parameters

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

Request Body

number
Amount to charge for this execution. Defaults to the subscription’s billing_amount, and must not exceed it.

Response Fields

string
The subscription identifier.
string
Auto-generated with a 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.