Create a payment linkNo code
With Payment Links, you can create a payment page and share a link to it with your customers. It requires no coding and you can share the link as many times as you want on social media, in emails, or any other channel.
You can also create payment links programmatically by using the Payment Links API.
Payment Links supports 20+ payment methods—including credit and debit cards, Apple Pay, and Google Pay. We’ve translated the payment page into over 30 languages, and it automatically matches your customer’s preferred browser language.
Create a link
First, you need a Stripe account. Register now.
In the Dashboard, open the Payment links page and click + New. Then, choose what type of link you’d like to create by changing the Objective:
Send a link
After creating a link you’ll automatically see the details page. Click the link to copy it and share it with your customers. You can share and reuse one link multiple times.
Track payments
You can view payments in the Dashboard. If you’re new to Stripe, you receive an email after your first payment. To receive emails for subsequent payments, change your notification settings for successful payments in your user settings.
Automation with Zapier
You can also use tools like Zapier to connect Stripe data to other applications—this lets you automate post-purchase activities like order fulfillment, emailing customers, and recording data to a spreadsheet.
Handle fulfillment with the Stripe API
Payment Links uses Stripe Checkout to render a prebuilt, hosted payment page. When a payment is completed using Payment Links or Checkout, Stripe sends the checkout.session.completed
webhook that you can use for fulfillment and reconciliation. Make sure to listen to additional webhooks if you enable payment methods like bank debits or vouchers, which can take 2-14 days to confirm the payment. For more information, see the guide for fulfilling orders after a customer pays.