Alien ID Verification

# Introduction

This helps verify alien ID validity:

# Request Parameters

The following parameters are expected:

Field Description Type
search_type The Spincrunch Search type you want to do. ALIENCHECK String
identifier The alien ID number you want to verify String
consent Whether the user has given consent (true or false) Boolean
consent_given_by Name or identifier of the person giving consent String

Please find sample implementation on the left


# Response Parameters

Below is a sample response

'search_type' is ALIENCHECK , identifier is the Alien ID Number

Search details on a customer. A sample response is as follows:

{
  "response_code": "200",
  "success": true,
  "message": "Alien ID verification successful",
  "data": {}
}