Callback asynchronously
Check Transaction Status
Retrieve the status of a transaction asynchronously by providing the unique transaction ID
GET
/
checkstatus
Query Parameters
gu_transaction_id
string
requiredThe globally unique identifier for the transaction. This ID is provided when the transaction is initiated
Response
200 - application/json
gu_transaction_id
string
The globally unique identifier for the transaction
status
enum<string>
The current status of the transaction
Available options:
SENT
, SUCCESSFUL
, FAILED
partner_transaction_id
string
The partner-specific transaction identifier
amount
integer
The amount involved in the transaction