API 0.2.131

Released into Sandbox: December 16, 2025
Released into Production:

API 0.2.131 contains various bug fixes and system improvements, including the below enhancement:

Added support for providing an ITIN rather than SSN in /register

We now support registering end users with an ITIN if they do not have an SSN, and passing them successfully through KYC with that ITIN.

/register

  • new identity_alias: ITIN
  • identity_value requirements:
    • the same regex used for SSN validation also applies to ITINs
    • must begin with a 9
"identity": {
        "identity_alias": "ITIN",
        "identity_value": "955-85-1231"
    },

Updating ITIN

/add, /update, and /delete doc pages have been updated.

The same restrictions for these endpoints that apply to SSN and EIN also apply to ITIN. There are no special restrictions that apply to just ITINs in regards when updates can be made.