Verify account holder name.

Verify supplied name with account holder's name.

Headers Required:
Authorization (JWT) Token with bearer scheme format is required to make a call to Verification API.

Body Params

This is an example name that the client would send to verification api

string
required
length ≤ 200

The name supplied by the client that needs to be matched with the account holder name at the bank.

Sample Request Example:

{
      "name": "Jack Johnson"
}

Max length: 200 characters.

Headers
string
required
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

Language
Credentials
OAuth2
URL
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json
application/problem+json