Skip to main content
POST
/
payments
/
verify
/
{reference}
Verify Payment
curl --request POST \
  --url https://api.example.com/payments/verify/{reference}
{
  "success": true,
  "data": {
    "status": "success",
    "amount": 500.00,
    "credits_added": 2500,
    "reference": "TXN_1767234120056_zetjslzfe",
    "verified_at": "2026-01-15T16:00:00.000000Z"
  },
  "message": "Payment verified successfully. Credits have been added to your account."
}

Documentation Index

Fetch the complete documentation index at: https://developers.sendazi.com/llms.txt

Use this file to discover all available pages before exploring further.

reference
string
required
The payment transaction reference
Call this endpoint after a successful payment to verify and credit your account.
{
  "success": true,
  "data": {
    "status": "success",
    "amount": 500.00,
    "credits_added": 2500,
    "reference": "TXN_1767234120056_zetjslzfe",
    "verified_at": "2026-01-15T16:00:00.000000Z"
  },
  "message": "Payment verified successfully. Credits have been added to your account."
}
Coming Soon: We are working on implementing credit purchases and top-ups directly via the API. Stay tuned for updates!