Attach Payout Account
This endpoint helps help to specify settlement bank account for payout
POST
https://api.oneappgo.com/v1/business/addpayoutbank
Headers
Name
Type
Description
authorization*
String
SECRET_KEY
Request Body
Name
Type
Description
trackingid
string
Customer tracking id from the create account endpoint response
bankcode
string
Payout bank code
bankname
string
Payout bank name
accountno
string
Payout account number
Take a look at how you might do this:
Sample Response
Last updated
Was this helpful?