Attach Documents to Individual Customer V2
Attach identifying and address documents to an existing v2 individual customer. Replaces the v1 proof_of_identity / proof_of_address structure with separate identifying_documents and address_documents arrays. Documents are processed asynchronously.
- Upload files first using the Upload document endpoint to obtain the URIs needed for the
filesarrays, then reference them here. - The
tos_policies_valueshould be parsed from thetos_policies_urlquery parameter returned from the Create Individual Customer V2 endpoint.
Prerequisites
The customer must satisfycustomer_type = INDIVIDUAL, api_version = v2, and a customer_status of INCOMPLETE or ACTION_REQUIRED. Any other state returns 403. Only one attach can be in flight per customer; a second concurrent attach returns 409.
Identity Document Side Requirements
| Type | Files | Sides |
|---|---|---|
PASSPORT | 1 | Side optional |
NATIONAL_ID | 2 | One FRONT and one BACK |
DRIVERS_LICENSE | 2 | One FRONT and one BACK |
RESIDENCE_PERMIT | 2 | One FRONT and one BACK |
SELFIE | 1 | Side optional |
Key Rules
- At most one non-SELFIE document may be included in
identifying_documents. To switch the primary document type, re-attach with the new type. stateis required whentypeisDRIVERS_LICENSEandcountryisUSA. It is optional for aDRIVERS_LICENSEissued elsewhere, and forbidden forPASSPORT,NATIONAL_ID, andRESIDENCE_PERMIT.- Exactly one
address_documentsentry is required. - File URIs must be unique across the entire request (SELFIE files excluded) and must belong to this customer.
- A
SELFIEentry may be required depending on your client configuration. When required, include exactly oneSELFIEentry carrying at least one file.
Authorizations
Bearer token authentication. Obtain token from Issue a Token endpoint
Path Parameters
Unique identifier for the individual customer
Body
Government-issued identity documents. Include at most one non-SELFIE primary document (PASSPORT, NATIONAL_ID, DRIVERS_LICENSE, or RESIDENCE_PERMIT) plus an optional SELFIE entry. NATIONAL_ID, DRIVERS_LICENSE, and RESIDENCE_PERMIT require both FRONT and BACK files.
1Proof of address. Exactly one entry is required.
1 elementParsed from the tos_policies_value query parameter in the tos_policies_url returned by POST /v2/customers/individual. Signifies the customer has accepted the Terms of Service.
"e9414388-fbdf-4407-b5c2-bc39eae3645b"
