Skip to main content

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 own merchantUniqueId as the request identifier.
Use Get Status only when the GPI service response returns a CREATED status. Error statuses returned in the GPI response are final — no Get Status call is needed.

Endpoint

{id} can be either:
  • The GID returned in the GPI response (e.g., gl-13bbd3c4-9817-4786-96c6-12fa6191f118)
  • Your merchantUniqueId sent 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:
  1. Auth + Capture during redirect — PayGlocal handles the full payment flow. You only need to check the status after the callback.
  2. Auth only during redirect — You send separate Authorization and Capture requests after the redirect.
Your preference is configured at the MID level — contact PayGlocal merchant support to set this up.