get_kyc_status
Check the user's identity verification (KYC) status. Returns whether they are verified and, if not, the current state plus the conversational next step. Use this to poll after the user does the face scan, or any time create_card reports kyc_required.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| reason | No | Failure reason from the verification provider when one exists. | |
| status | No | Raw KYC state: "verified", "pending", "requires_input", "duplicate_identity", "canceled", or null if never started. | |
| message | Yes | Human-readable status / next step. | |
| nextStep | No | Conversational next step when the flow is in progress. | |
| verified | No | True when identity verification has passed. | |
| missingFields | No | ||
| verificationUrl | No |