TZS Payout(new encryption)
Last updated
Last updated
These APIs are used to initiate a TZS payout
POST
{{env_url}}/wallet/merchant/bank/transfer/request/v2
You would need to pass, as a header the x-auth-token. This can be obtained from your merchant dashboard → Settings → Generate API keys → Merchant public key.
Content-Type
application/json
x-auth-token
Your merchant public key
Authorization
Bearer <token here>
Request body (encrypted):
Request body (plain)
country*
Country of payout - TZ
serviceCode*
Allowed Payout types:
Bank: TZ-BANK-B2C
Mobile Money: TZ-TIGO-B2C or TZ-Airtime-B2C
amount*
Amount - 1000
accountName*
Receiver's Name - John Doe
requestId*
String
Unique request's reference - TZS-payout-3
description*
String
Merchant's description - Payout
currency*
String
Currency of payout - TZS
accountNumber*
String
Receiver's account number - 255713998877
Make a to fetch status of initiated payouts.