v1

latestOpenAPI 3.0.12026-07-243407211.3 MB
Kyc

Add KYC2 Request – Creates a KYC2 gate request for a user.

Creates a KYC2 gate request for a user, submitting SSN for verification. Returns pending KYC gate, status, and attempts remaining.

post/programs/{programCode}/users/{userIdentifier}/kycGates/kyc2

Path parameters

userIdentifierstring required

The unique identifier of the user whose KYC2 request is being created.

programCodestring required

The unique code identifying the partner program context.

Headers

X-GD-RequestIdstring required

The unique request identifier (GUID) for tracking and idempotency. Required in the X-GD-RequestId header.

Request body

ssnstring nullable

The full SSN of the user. Used for identity verification in KYC2 flows.

Response

Created