cURL
API Endpoint
Debit Mobile Wallet
This endpoint handles debits from mobile wallets
POST
cURL
Call to debit a mobile wallet. Please note that a successful call to this route will trigger a USSD prompt to the user to approve / authorize the transaction.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
The receiver's name
Example:
"Eugene Osei"
The mobile service provider
Example:
"Zeepay"
The amount to credit the mobile wallet
Example:
"1"
The receiver mobile number
Example:
"233201854694"
The description of the transaction
Example:
"Zeepay Test Wallet Credit"
Transaction reference
Example:
"23453452"
The callback URL (optional)
Example:
"https://your-domain.com/webhook/payment-status"
Response
200 - application/json
Successfully processed the payout request
