Skip to main content
POST
/
finance
/
amlogs
/
callback
Airtel Money payment callback
curl --request POST \
  --url http://134.209.118.139:3002/finance/amlogs/callback \
  --header 'Content-Type: application/json' \
  --header 'x-access-token: <api-key>' \
  --data '
{
  "transaction": {
    "id": "<string>",
    "amount": 123,
    "tag": "<string>"
  }
}
'
{
  "message": "No token provided."
}

Authorizations

x-access-token
string
header
required

JWT token obtained from POST /api/auth/signin

Body

application/json
transaction
object

Response

Callback processed