cURL
curl --request PUT \ --url https://staging-api.getpartna.com/v4/account \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --header 'x-api-user: <api-key>' \ --data '{ "accountName": "", "currency": "", "preferredAccountName": "" }'
{ "data": [ { "account_name": "KAROKART / RHODA CHURCH", "account_number": "9930000737", "bank_code": "100039", "bank_name": "Paystack-Titan", "currency": "NGN", "status": "ACTIVE" } ], "message": "bank account successful" }
Create bank account. You need to complete KYC before creating a bank account.
NGN
preferred bank account name for merchant bank account creation
put account ok
Show child attributes