Mobile Money TZ
This endpoint allows you to initiate a payout transaction to Tanzania with YoguPay via Mobile Money
Create a Mobile Money Payout to Tanzania
POST
/payout-tanzania
Tanzania Payout
Headers
Content-Type
application/json
Token
token
Body
bank_account_number
string
The bank account number of the recipient.
bank_code
string
The bank code of the recipient's bank
country_code*
string
The e of the recipient
source_currency*
string
The in which the funds will be deducted from.
source_amount*
number
The amount the recipient will receive .
purpose_of_funds
string
The purpose of the funds transfer
recipient_name*
string
The name of the recipient.
msisdn*
string
The mobile number of the recipient.
recipient_email
string
The email address of the recipient.
payment_reference*
string
A reference unique to your system
channel*
string
The channel through which the payout will be made.
Request & Response
{
"bank_account_number": "",
"country_code":"TZ",
"source_currency": "TZS",
"dest_currency": "TZS",
"dest_amount": "1001",
"purpose_of_funds": "Testing",
"recipient_name": "Yogu TZ",
"bank_code": "",
"msisdn": 255000000000,
"recipient_email": "johndoe@yogupay.com",
"payment_reference": "yoguTZtest",
"channel":"MOBILEMONEY"
}
Last updated