All payloads below are valid, copy-ready JSON. Select the tab matching your use case, copy the payload, and adapt the values to your integration. Every payload includesDocumentation Index
Fetch the complete documentation index at: https://payglocal.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
merchantUniqueId — a required field for all requests.
1. Payment Initiation Payloads
Payloads for initiating a one-time payment via PayGlocal. Select your merchant category to see the matching payload.scrollscroll
- Minimum
- Ecommerce / Shipping
- SaaS / Service
- Flight — One Way
- Flight — Return
- Hotel Booking
- Cab Booking
- Train Booking
The bare minimum fields required to initiate a payment. Use this as a starting point.
2. Standing Instruction (SI) Payloads
Payloads for creating and managing recurring payment mandates.scrollscroll
- SI Initiate — Fixed
- SI Initiate — Variable
- SI On-Demand Sale
- SI Status Check
- SI Pause
- SI Activate
- SI Cancel
Creates a mandate with a fixed recurring amount auto-debited on a schedule.
3. Auth & Capture Payloads
Payloads for hold-and-capture payment flows — authorize first, collect later.scrollscroll
- Auth Initiation
- Full Capture
- Partial Capture
- Auth Reversal
Holds funds on the customer’s card without charging. Use
isAuthPayment: true.4. Status & Refund Payloads
Payloads for checking transaction status and initiating refunds.scrollscroll
- Status Check
- Full Refund
- Partial Refund
Query the real-time status of any transaction using its No request body required. Pass the
gid.gid as a path parameter.About merchantCallbackURL
Every payment initiation payload contains a field called merchantCallbackURL. Once the transaction is processed at PayGlocal, the transaction response is sent to this URL using a server-to-server POST request. Merchants are required to create and expose a backend endpoint capable of receiving and handling this response. Based on the received transaction status, merchants can redirect customers to success or failure pages and update their internal order status accordingly.
Response Handling Guide
Learn how to receive, decode, and act on the PayGlocal callback response.
Node.js Implementation
Complete working code for your
merchantCallbackURL endpoint.Payment Flow
How payloads are encrypted and signed before being sent to PayGlocal.
API Reference
Full field-level documentation for every endpoint.

