cURL
curl --request POST \ --url https://staging-biz.coinprofile.co/v2/bank/resolve \ --header 'Content-Type: application/json' \ --data ' { "accountNumber": "<string>", "bankCode": "<string>" } '
{ "data": { "responsemessage": "<string>", "responsecode": "<string>", "uniquereference": "<string>", "internalreference": "<string>", "accountname": "<string>", "accountnumber": "<string>", "phonenumber": "<string>", "currency": "<string>", "country": "<string>", "code": "<string>", "name": "<string>", "is_visible": "<string>", "is_trashed": "<string>", "deleted_at": "<string>", "created_at": "<string>", "updated_at": "<string>" } }
Verifies the bank account and returns the bank account details
Documentation IndexFetch the complete documentation index at: https://docs.getpartna.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.getpartna.com/llms.txt
Use this file to discover all available pages before exploring further.
The account number.
The bank code.
successful operation
Show child attributes
Was this page helpful?