Resolve Account Number
This endpoint can be used to confirm that an account number and bank code match. It returns the following details:
- Account name
- Account number
- Bank ID
1curl https://api.paystack.co/bank/resolve?account_number=0001234567&bank_code=0582-H "Authorization: Bearer YOUR_SECRET_KEY"3-X GET
1{2 "status": true,3 "message": "Account number resolved",4 "data": {5 "account_number": "0001234567",6 "account_name": "Doe Jane Loren",7 "bank_id": 98 }9}
You can use this endpoint to:
- Verify an account number before creating a transfer recipient
- Process KYC details
Pricing
This endpoint is free.