Mobile Money
Use the API below to payout using mobile money.
Mobile Money Payout API
POST
https://sandbox.dusupay.com/v1/payouts
Headers
Name | Type | Description |
---|---|---|
Content-Type* | String | application/json |
Request Body
Name | Type | Description |
---|---|---|
api_key* | String | Obtained from merchant account setting |
currency* | String | You can use your home currency when making requests. e.g USD You will receive your funds at the market rate into your merchant sub-account account. |
amount* | Int/Double | 2 decimal places allowed for double. |
method* | String | MOBILE_MONEY |
provider_id* | String | e.g airtel_ug,mtn_ug. Get the list of providers from Payment OptionsAPI |
account_number* | String | Internationally formatted number |
merchant_reference* | String |
|
narration* | String | Use this to add a brief description or comment on the transaction.
|
account_name* | String | Customer's name |
account_email | String | Used to email customer. Helps to easily lookup customer transactions. |
Last updated