Skip to main content
POST
Initiate Paymeni Request

Authorizations

Authorization
string
header
required

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

Body

application/x-www-form-urlencoded
channel
number
required

The channel code for the mobile wallet provider

Example:

2

phone_number
number
required

The mobile number of the wallet to debit

Example:

"233245519485"

name
string
required

The name of the account holder

Example:

"Godwin Hottor"

amount
number
required

The amount to debit the mobile wallet

Example:

1

voucher_code
string

required only for Vodafone Cash Transactions

Example:

""

callback_url
string

The callback URL (optional)

Example:

""

Response

200 - application/json

Request Sent, pending processing

transaction
object
type
string
Example:

"Success"

message
string
Example:

"Transaction Request Successful"