Initiate Wallet Payout

Wallet Payout Request

Wallet Payout Request API

POST https://apisdbx.qwaap.com/v1/payout

Headers

Name
Type
Description

Content-Type*

String

application/json

public-key*

String

Obtained from merchant account settings

secret-key*

String

Obtained from merchant account settings

Request Body

Name
Type
Description

transaction_currency*

String

Currency in which transactions will be made

request_amount*

Int/Double

At most 2 decimal places allowed for double.

merchant_reference*

String

The UNIQUE reference for this transaction generated by your system. A unique string value should be sent for every attempt.

4 to 36 character

narration*

String

Use this to add a brief description or comment on the transaction.

4 to 64 character

transaction_method*

String

Can be MOBILE_MONEY or BANK

account_number*

String

Use phone number in international format. Takes bank account for BANK.

request_currency*

String

Currency of the request amount

recipient_name*

String

Actual names of the recipient

bank_code

String

Required for BANK

charge_customer

Boolean

False by default

{
    "code": 401,
    "status": "error",
    "message": "Unauthorized API access. Unknown IP address 102.219.103.10",
    "data": {}
}

Last updated