verify_customer
Verify customer identity through a two-step process: send OTP to phone number, then validate OTP to generate face verification link for secure onboarding.
Instructions
Run customer verification flow. Step 1: Call with phone_number to send OTP. Step 2: Call with otp_code to verify, then generates face verification link and submits. Returns progress with next steps.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| customer_id | Yes | ||
| phone_number | No | ||
| otp_code | No |