An applicant is a person or business you want to issue cards to. Every applicant passes tenant KYC (your approval) and issuer KYC (registered with the card program) before cards can be issued.
Full KYC integration guide
Step-by-step flows for Apocor-hosted verification and bring-your-own identity (BYOK), share tokens, and troubleshooting.
Include a full residential address with state (or subdivision). The card program copies the verified KYC address onto the cardholder — state of birth alone is not sufficient for card issuance.Use the returned id as externalUserId when running your own identity provider (BYOK).
POST /v1/applicants/{id}/kyc-share with a share token
Poll / sandbox
POST /v1/applicants/{id}/submit — syncs tenant KYC and triggers issuer handoff
Poll issuer only
GET /v1/applicants/{id}/kyc-status — refreshes issuerKycStatus / issuerKycReady without submitting share tokens
In sandbox with mock KYC, status may be APPROVED while issuerKycReady stays false. Use hosted verification or BYOK share tokens for live issuer testing.
Once status is APPROVEDandissuerKycReady is true, create a cardholder and issue cards.