Didit KYC Sessions
Simulated Didit KYC verification sessions
Webhook URL:
http://bff-service:3000/api/kyc/webhook
Secret:
test-didit...
KYC Sessions (0)
No KYC sessions yet.
Sessions are created when user-service calls POST /v2/session/
Session Created
The backend calls POST /v2/session/ to create a KYC session. A verification URL is returned.
User Verifies
Open the verification URL. Choose the desired status (approved/declined) and submit.
Webhook Sent
On status change, a signed webhook is sent to the BFF. The backend completes the KYC flow.