Skip to main content
POST
Wallet to card transfer

Authorizations

Authorization
string
header
required

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

Headers

Accept
string

Body

application/json
amount
integer
required
Example:

2000

card_reference
string
required
Example:

"6516484d-0059-4f53-b2cf-31f3ae884d3a"

phone
string
required
Example:

"XXXXXXXXX"

network
enum<string>
required
Available options:
mtn-ci,
orange-money-ci,
wave-ci,
orange-money-sn,
wave-sn
Example:

"XXXXXXX"

code
string

Optional property only mandatory for orange-money-sn and orange-money-ci request.

  • You can generate a code for orange-money-sn (The code last 15 minutes) by typing #144#391*YOUR_ORANGE_MONEY_PIN_CODE#
  • You can generate a code for orange-money-ci (The code last 2 minutes) by typing #144*82*2#

Response

OK

message
string
Example:

"OK"

statusCode
integer
Example:

200

transaction
object