Skip to main content
POST
cURL

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
customerName
string
required

The receiver's name

Example:

"Eugene Osei"

mno
string
required

The mobile service provider

Example:

"Zeepay"

amount
number
required

The amount to credit the mobile wallet

Example:

"1"

msisdn
number
required

The receiver mobile number

Example:

"233201854694"

description
string
required

The description of the transaction

Example:

"Zeepay Test Wallet Credit"

reference
string
required

Transaction reference

Example:

"23453452"

Response

200 - application/json

Successfully processed the payout request

code
number

Static response code indicating the status

Example:

411

zeepay_id
integer

The Zeepay ID of the transaction

Example:

123456

amount
number

The amount sent

Example:

"1"

message
string

This is a response message from the third party

Example:

"Pending Gateway Response"