Resolve Account Number

Feature Availability
This feature is only available to businesses in Nigeria.

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
Show Response
1curl https://api.paystack.co/bank/resolve?account_number=0001234567&bank_code=058
2-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": 9
8 }
9}

You can use this endpoint to:

  • Verify an account number before creating a transfer recipient
  • Process KYC details
Pricing
This endpoint is free.