GET
/
tx
/
payment-status
/
{reference}
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

JWT token for API authentication

Path Parameters

reference
string
required

Reference of the transaction to confirm.

Minimum length: 1

Response

200
application/json

Transaction status fetched successfully

The response is of type object.