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

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": {}
}