Skip to main content
POST
/
finance
/
amlogs
/
check-status
Check Airtel transaction status
curl --request POST \
  --url http://134.209.118.139:3002/finance/amlogs/check-status \
  --header 'Content-Type: application/json' \
  --header 'x-access-token: <api-key>' \
  --data '
{
  "reference": "TXN123456"
}
'
{
  "message": "No token provided."
}

Authorizations

x-access-token
string
header
required

JWT token obtained from POST /api/auth/signin

Body

application/json
reference
string
required
Example:

"TXN123456"

Response

Status result