GET
/
tx
/
payment-status
/
{reference}
Get Payment Status
curl --request GET \
  --url https://api.stablepay.ai/tx/payment-status/{reference} \
  --header 'Authorization: Bearer <token>'
{
  "status": "processed",
  "timestamp": "2023-11-07T05:31:56Z",
  "amount": 1
}

Authorizations

Authorization
string
header
required

API key authentication using Bearer scheme. Format: Bearer {STA_xxxx}

Path Parameters

reference
string
required

Reference of the transaction to confirm.

Minimum length: 1

Response

Transaction status fetched successfully

The response is of type object.