Building forms
Take a one-off payment
Add a payment block with Stripe or invoice-by-bank-transfer options.
A payment block lets applicants choose how they want to pay before they continue. Stripe opens a Checkout session; invoice by bank transfer records that payment instructions should be sent after the form is submitted.
- Go to Apps and install Stripe with your secret key.
- Add a Payment field to your form.
- Choose a fixed amount, or choose an earlier number field as the amount source.
- Bank transfer is always available; turn Stripe on for that block after it is configured.
Amounts are rounded to the currency's minor unit before a Stripe Checkout session is created. Recurring payments are not included yet.