Overview
Invoices can include optional custom questions (for example, collecting an email, shipping notes, or other merchant-defined fields). This endpoint returns the question schema for the current session.Authentication
Requires:x-session-token: pst_...x-signature: sig_...
Request
Endpoint:GET /api/v1/payments/invoice-questions
Response
Errors
401invalid session token/signature404session not found / expired
Examples
- Use the returned schema to render a form, then submit answers via Submit form.

