Overview
The Get Status Service lets you query the current status of a transaction created via the GPI service or a Refund request. Use the PayGlocal GID or your ownmerchantUniqueId as the request identifier.
Endpoint
{id} can be either:
- The GID returned in the GPI response (e.g.,
gl-13bbd3c4-9817-4786-96c6-12fa6191f118) - Your
merchantUniqueIdsent in the original GPI request
Sample Response
GPI Transaction Statuses
*
CONDITIONAL_DECLINE is technically final from an action standpoint, but a payment may very rarely arrive for this transaction later (< 1% of cases).
Refund Service Statuses
Standing Instruction (SI) Statuses
The data Block
The response data block provides detailed transaction information:
Two Processing Models
PayGlocal supports two models for payment completion:- Auth + Capture during redirect — PayGlocal handles the full payment flow. You only need to check the status after the callback.
- Auth only during redirect — You send separate Authorization and Capture requests after the redirect.

