Skip to main content
GET
Verify Bank Account Number
This endpoint requires authentication. Include your Bearer token in the Authorization header.

Description

Endpoint: /integrations/paystack/verify-account?account_number={account_number}&bank_code={bank_code} Authorization:
  • Required role: user or higher
Method: GET

Code Examples

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"

Query Parameters

account_number
string
required

10-digit NUBAN account number

Example:

"0123456789"

bank_code
string
required

Paystack bank code (e.g. 058 for GTBank)

Example:

"058"

Response

Account verification details

status
boolean
message
string
data
object