Skip to content

Get transaction status

GET
/payments/transactions/{reference}/status

Check the status of a payment transaction by its reference number.

Authorizations

BearerAuth
Type
HTTP (bearer)

Parameters

Path Parameters

reference*
Type
string
Required

Responses

Transaction status

application/json
JSON
{
  
"reference": "string",
  
"status": "string",
  
"amount": 0,
  
"currency": "string"
}

Playground

Authorization
Variables
Key
Value

Samples

Built with ❤️ by Hobbiton Technologies