Skip to main content
GET
https://payout-staging.embedly.ng
/
api
/
Payout
/
status
/
{transactionRef}
Transaction Status Re-Query
curl --request GET \
  --url https://payout-staging.embedly.ng/api/Payout/status/{transactionRef} \
  --header 'x-api-key: <api-key>'
{
"data": {
  "status": "Pending",
  "transactionReference": "EMBEDLY-IB-12-1765129847157",
  "providerReference": null,
  "paymentReference": null,
  "sessionId": null
},
"statusCode": 200,
"code": null,
"message": "Transaction is still pending",
"succeeded": true
}
transactionRef
string
required
The unique reference number of the transaction whose status you want to check. Exmaple: 3212-1234-5678-9101
{
"data": {
  "status": "Pending",
  "transactionReference": "EMBEDLY-IB-12-1765129847157",
  "providerReference": null,
  "paymentReference": null,
  "sessionId": null
},
"statusCode": 200,
"code": null,
"message": "Transaction is still pending",
"succeeded": true
}