Skip to content

Commit c003498

Browse files
committed
Update stripe.mdx
1 parent 0296668 commit c003498

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/integrations/stripe.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ export default PricingPage;
203203
</Accordion>
204204
<Accordion title="What if I'm using Stripe's Checkout Sessions API?">
205205

206-
If you're using Stripe's [Checkout Sessions API](https://docs.stripe.com/api/checkout/sessions/object) for a recurring subscription service, you might want to check out our [Stripe Checkout option](#option-2%3A-using-stripe-checkout-recommended) instead.
206+
If you're using Stripe's [Checkout Sessions API](https://docs.stripe.com/api/checkout/sessions/object) for a recurring subscription service, you might want to check out our [Stripe Checkout option](#option-2-using-stripe-checkout-recommended) instead.
207207

208208
If your setup doesn't involve a lead/signup event and goes straight to the Stripe checkout flow (e.g. for one-time purchases), you can simply pass the Dub click ID (prefixed with `dub_id_`) as the [`client_reference_id` parameter](https://docs.stripe.com/api/checkout/sessions/object#checkout_session_object-client_reference_id) to enable conversion tracking with Dub.
209209

@@ -356,7 +356,7 @@ const stripeSession = await stripe.checkout.sessions.create({
356356

357357
### Option 3: Using Stripe Customers
358358

359-
Alternatively, if you don't use Stripe's [checkout session creation flow](#option-2%3A-using-stripe-checkout-recommended), you can also pass the user ID and the click event ID (`dub_id`) in the [Stripe customer creation flow](https://docs.stripe.com/api/customers/create).
359+
Alternatively, if you don't use Stripe's [checkout session creation flow](#option-2-using-stripe-checkout-recommended), you can also pass the user ID and the click event ID (`dub_id`) in the [Stripe customer creation flow](https://docs.stripe.com/api/customers/create).
360360

361361
First, you'll need to complete the following prerequisites:
362362

0 commit comments

Comments
 (0)