Customer Identity Endpoints
Defines the API endpoints used by customer identity verification operations.
Each case maps to a specific HTTP method and URL path used by CustomerIdentityAPI.
Inheritors
Types
Endpoint for creating a new customer identity verification record.
Endpoint for creating a new identity verification record attached to an existing customer.
Endpoint for retrieving an existing customer identity verification record.
Endpoint for submitting an identity verification record for KYC processing.
Endpoint for uploading identity document files to a verification record.
Properties
Optional extra HTTP headers to attach to the request (e.g. Accept: application/json). Defaults to empty. Applied after the standard Frame Authorization/User-Agent headers but before Content-Type (set on POST/PATCH), so an entry may override the former but not the latter. Prefer supplemental headers like Accept; don't rely on this to set auth headers.
The fully qualified URL string for this endpoint.
HTTP method, e.g. "GET", "POST", "DELETE".
Optional query-string parameters appended to endpointURL.