Lookup Account Number
POST/api/v1/account/lookup
Retrieve account name by account number and shortcode. Requires Bearer token authentication.
Request
Responses
- 200
- 400
- 401
- 422
- 500
Successful request with valid account information returned
Invalid input, such as incorrect account number
Unauthorized - Invalid or expired bearer token
Missing or malformed required fields in the request
Unexpected server-side failure