Get Form Payment Config
GET/api/forms/public/:form_id/payment-config
PUBLIC endpoint — get Stripe publishable key for a form's payment node. No auth required. Called from the public form page to initialize Stripe.js.
vt_preview is the funnel "Preview test" token (minted behind the
authenticated builder). When it verifies against this form's tenant, a
live-resolved Stripe integration is swapped for the tenant's test-mode one
so the whole preview walkthrough tokenizes + charges with test keys.
An invalid/expired/foreign token is simply ignored.
Request
Responses
- 200
- 422
Successful Response
Validation Error