Generates a PDF report. Routes to the KYC template for user sessions and the KYB template for business sessions automatically, based on where the session_id is found. The Content-Disposition header uses session_<id>.pdf for user sessions and business_<id>.pdf for business sessions. Session must be in APPROVED, DECLINED, or IN_REVIEW. Permission: read:sessions.
Documentation Index
Fetch the complete documentation index at: https://docs.didit.me/llms.txt
Use this file to discover all available pages before exploring further.
| Kind | Filename |
|---|---|
| User | session_<session_id>.pdf |
| Business | business_<session_id>.pdf |
Content-Disposition: attachment; filename=... header.
APPROVED, DECLINED, or IN_REVIEW to generate a PDF. In-progress or not-started sessions return 403.
read:sessions. Same scope for both kinds.