Skip to main content
POST
Lookup an account by account number and bank code

Authorizations

Authorization
string
header
required

JWT access token from POST /v1/auth/token/issue. Send as: Authorization: Bearer <access_token>

Body

application/json
account_number
string
required
Example:

"1234567890"

bank_code
string
required
Example:

"044"

Response

201 - application/json

Account lookup successful

message
string
Example:

"Account lookup successful"

data
object