Verify Token
This endpoint gives you the access to redeem your token and credit your wallet for fund access per transaction. On the other hand, see the QuickStart guide Step 3 and Step 4 to learn how we handle and automate token redemption to ensure you are credited.
POST {{base_url}}/token/verify
Headers
Name
Type
Description
Authorization*
String
Bearer {{your_secret_key}}
Request Body
Name
Type
Description
token*
String
8-length alphanumeric token
{
"success": true,
"message": "The payment token has been successfully redeemed.",
"data": {
"credit_amount": 27875,
"currency": "NGN",
"customer": "Ciroma Alade",
"payment_date": "2024-01-20T22:57:10.000000Z",
"updated_at": "2024-01-27T16:10:51.000000Z"
}
}Last updated
Was this helpful?