Verify
V1
This endpoint to pre screening process
Request Header
Name | Type | Required | Description |
---|---|---|---|
authorization | string | Required | Bearer token |
content-type | string | Required | application/json |
Request Body
Name | Type | Required | Description |
---|---|---|---|
trans_no | string | Required |
Unique string that the client can create to track the current request call.
Min length: 10 Max length: 30 |
citizen_id | string | Required | An identity document (also called ID or colloquially as papers) is any document that may be used to prove a person's identity |
name | string | Required | full name e.g. David Ed John |
birth_date | date | Optional |
Date of birth e.g. 1985-09-27
Format: yyyy-mm-dd |
sale_channel | string | Required |
Sales channel code to collect transactions.
|
product | string | Optional | Product name Provided by AXA |
package | string | Optional | Package name Provided by AXA |
reg_no | string | Optional | Vehicle license plate |
call_back | object | Optional | Callback URL is an address that a partner provides for AXA to POST back data |
transaction_by | guid | Required | Globally unique identifier value of the user id Provided by AXA |
Example request
Response
Name | Type | Description |
---|---|---|
trans_no | string | Unique string the client made the request |
status | string |
Verify status
|
message | string |
|