Create a payment link
Create a custom payment page without code.
Use the Stripe Dashboard to create a payment link that you can share with your customers. Stripe redirects customers who open this link to a Stripe-hosted payment page.
$0.00
Get started
Before you begin, decide what pricing model works best for you:
- Products or subscriptions: Best for e-commerce or SaaS where you’re selling products for a fixed price.
- Customers choose what to pay: Best for donations, tipping, or pay-what-you-want. This pricing model currently doesn’t support recurring payments or recurring donations. Learn more about the requirements for accepting tips or donations.
Get started with the Payment Links API
You can create payment links through the Payment Links API. You can use Products and Prices to sell products or subscriptions.
Payment Links on mobile
If you’re creating a product or subscription, use the Stripe Dashboard iOS app to create a payment link on your mobile device. In the app, go to Payments > Payment Links to create a payment link (or click the create icon () and select Payment link). The iOS app doesn’t currently support creating links where your customers choose how much to pay.
Configure payment methods
With Dynamic payment methods, Stripe displays the most relevant and compatible payment methods to your customers, including Apple Pay and Google Pay. Stripe enables certain payment methods for you by default. We might also enable additional payment methods after notifying you. Use the Dashboard to enable or disable payment methods at any time. Learn more about supported payment methods and different types of payment methods.
You can review what payment methods your customers see in the Dashboard by entering a transaction ID or setting an order amount and currency.
To specify a different set of payment methods, set the payment_method_types parameter when you create the payment link in the API:
Some payment methods, such as bank debits or vouchers, might take between 2 and 14 days to confirm the payment. Set up webhooks to send you notifications when the payment clears, so you can begin fulfillment.
Your customers will see Apple Pay or Google Pay options if they activated those methods on their device. The payment methods your customers see also depend on the browser they’re using.