curl -X POST https://api.swervpay.co/api/v1/resolve-account-number \ -H "Authorization: Bearer <TOKEN>" \ -H "Content-Type: application/json" \ -d '{ "account_number": "user", "bank_code": "user" }'
{ "account_name": "<string>", "account_number": "<string>", "bank_code": "<string>", "bank_name": "<string>" }
Resolve bank account number
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
OK
Was this page helpful?