Payment Success Page
Payment Success Page
After completing a payment via Stripe Checkout, customers are shown a branded thank-you page before being redirected back to your website.
What the Customer Sees
The success page displays:
- Your logo — from your Stripe Connect account
- Payment amount — the amount they just paid, formatted with currency
- Product or campaign name — what they purchased or donated to
- Thank you message — a confirmation that their payment was received
- Auto-redirect countdown — a 10-second timer before redirecting back to your site
Auto-Redirect
The page automatically redirects the customer back to the originating page after 10 seconds. This gives them enough time to see the confirmation while ensuring a smooth return to your website.
The redirect destination is the successUrl parameter you provided when creating the checkout session (or the default success URL configured in your plugin settings).
How It Works
- Customer completes payment on Stripe Checkout
- Stripe redirects to FastLinkIt's success endpoint
- FastLinkIt activates the subscription/records the payment
- The branded success page is displayed with payment details
- After 10 seconds, the customer is redirected to your
successUrl
For Different Payment Types
| Payment Type | What's Shown |
|---|---|
| Product purchase | Product name and amount |
| Donation | Donation description and amount |
| Fundraising | Campaign title, amount, and thank-you message |
| Booking | Event details and booking confirmation |