cURL
API Endpoint
Credit Mobile Wallet
This endpoint handles payouts to mobile wallets
POST
cURL
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"
Response
200 - application/json
Successfully processed the payout request
