Integration

circle-exclamation

Payout Transaction

POST https://borderlesspaymentng.com/api/payout

Headers

Name
Type
Description

authorization*

String

Bearer YOUR_SECRET_KEY

content-type*

String

application/json

Request Body

Name
Type
Description

amount*

String

amount

currency*

String

currency - NGN/KES/GHN

reference*

String

your transaction reference

receiver_name*

String

receiver name

sender_name*

String

sender name

email*

String

email

phone*

String

phone

receiver_address*

String

receiver address

sender_address*

String

sender address

bank_name*

String

bank name if type is BANK

bank_account_number*

String

bank account number if type is BANK

network_name*

String

name of mobile network if type is MOBILE

ip_address*

String

ip address

type*

string

BANK / MOBILE

webhook_url*

String

webhook url with method POST

Last updated