Skip to main content

How to add a payment page

1

Select a payment type

Click + Add page and choose Payment.Screenshot 2025-10-01 at 5.52.03 PM.pngSelect between the following types:
  • One-time - for single, non-recurring transactions
  • Subscription - for recurring transactions usually with a fixed price
  • Pay what you want - leave the amount up to the customer
Payment pages are available on all plans with no additional fees charged to use the feature. However, usual Stripe fees such as transaction costs still apply.
2

Enter details

Add the details of your payment page and Connect to Stripe. From here you can choose the currency, and make the price and product name dynamic by clicking or typing @ to reference a specific field.Screenshot 2025-10-01 at 5.31.36 PM.pngIn this example, the product name and price will change per customer depending on their order.The default payment method in new forms is through a card. You can give more options to your customers by adding more Payment methods through the left-hand panel.
Fillout doesn’t support automatically adding VAT to the prices, even if the option is enabled in your Stripe account. You can use calculations to obtain a price with taxes included, and then use that calculation as the price in the payment page.
3

Publish and share

That’s it! Click Preview to try out your form. Payments will only be collected when you Publish the form and send its link.
You can test your live form without getting charged. Create a 100% off coupon in Stripe, then enable the “Discount Codes” option to apply it during checkout. Once testing is done, just toggle the discount codes back off.

Customize payment settings

On the left-hand panel, you can:
  • Allow discount codes - add a new code or link an existing one to your form by clicking Manage discount codes in Stripe
  • Collect email - to create a new customer on your Stripe account
  • Pre-fill fields - automatically fill out the fields of your payment form
Screenshot 2025-10-02 at 1.49.01 PM.png
  • Show testimonial - to help increase checkout rates
  • Show disclaimer - to clarify terms and reduce disputes over returns, shipping, and other necessary info
Screenshot2025-10-01at6.05.08PM.png.avif
  • Send Stripe receipt - after a successful purchase. Be sure to enabled the collect email switch.
Screenshot 2025-10-01 at 6.06.11 PM.png Here’s a sample of what it would look like. Note that receipts are not sent in Fillout preview mode. Screenshot 2025-10-02 at 2.06.15 PM.png

Reference the payment intent ID in integrations

You can save the Stripe payment ID to the integration of your choice by referencing it. Go to Integrate from the top menu and choose a platform. Under Mappings, click + Add new and look for Stripe Payment ID. Screenshot 2025-10-01 at 6.02.44 PM.png Stripe payment ids will look like “pi_3MKECGFiethEjGwr1TWmQ0rN” and allow you to tie a form submission to an actual payment in Stripe.
I