Overview
PayGlocal supports Standing Instructions (SI) for cards issued outside India. A standing instruction allows you to:- Set up a recurring payment mandate on the first transaction
- Debit the customer’s card for subsequent payments using a Mandate ID — without the customer needing to re-authenticate
- Optionally enable Auto Debit, where PayGlocal automatically initiates subsequent payments at your configured frequency
Standing Instructions are supported for international cards only. The PayCollect flow does not support setting up Standing Instructions for cards.
Three-Step SI Flow
Step 1 — First Payment (with SI Setup)
standingInstruction.data block in your GPI request (see GPI Service for the full request).
The GPI response includes a Mandate ID if SI data was provided:
Step 2 — Fetch SI ID from Get Status
After the first payment completes successfully, call the Get Status API to retrieve the Standing Instruction ID (SI ID):maskedMandateId— use this for subsequent payment requestssiId— use this to manage the SI in the PayGlocal Control Center
Step 3 — Subsequent Payments
Use the Mandate ID to trigger subsequent transactions without customer involvement:Mandate Types
| SI Type | Description | Required Fields |
|---|---|---|
FIXED | Each subsequent payment is for a fixed amount | amount, numberOfPayments, frequency |
VARIABLE | Each subsequent payment can be a different amount up to a maximum | maxAmount, numberOfPayments, frequency |
Frequency Options
ONDEMAND · WEEKLY · BIWEEKLY · MONTHLY · QUARTERLY · HALFYEARLY · YEARLY
When Auto Debit is enabled for your MID,
ONDEMAND frequency and VARIABLE type are not supported.Mandate Statuses
| Status | Description |
|---|---|
ACTIVE | Mandate is active and can be used for subsequent transactions |
INACTIVE | Mandate has been revoked via the cancellation API or PayGlocal Control Center |
EXHAUSTED | All allowed payments (per numberOfPayments) have been processed |
Auto Debit
When Auto Debit is enabled at the MID level, PayGlocal automatically initiates subsequent transactions at the configured frequency and amount — no API call from you is required. Conditions for Auto Debit:- SI type must be
FIXED - SI frequency must not be
ONDEMAND startDateis mandatory (format:yyyyMMdd)
Related API Reference
SI Subsequent Payment
Initiate a subsequent payment using a Mandate ID.
SI Cancellation
Revoke an active mandate to stop future debits.
SI Status
Check mandate status and payment history.

