Skip to main content
GET
/
v1
/
transaction
/
status
/
{transactionId}
Get transaction status
curl --request GET \
  --url https://api.zeam.money/gw/v1/transaction/status/{transactionId} \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

Bearer token issued by the gateway. Source the token from one of:

  • POST /v1/public/auth/verify-otp (OTP user)
  • POST /v1/public/auth-connect/sign-in (Connect app)
  • OAuth (end-user mobile/web)

Include as Authorization: Bearer <token>.

Path Parameters

transactionId
string
required

Transaction UUID or reference.

Response

Transaction status.

The response is of type object.