#scp-checkout-id
1 messages ยท Page 1 of 1 (latest)
For a recurring subscription. And one with iDeal/SEPA?
HI ๐
WE have a guide for tracking Payment Link using URL Parameters here: https://stripe.com/docs/payment-links/url-parameters.
AFAIK there isn't a property in the Payment Intent or Invoice that would identify this.
Is it in the CheckoutSession?
OK, I see it. Use client_reference_id to attach a unique string of your choice to the Checkout Session. This can be a customer ID or a cart ID (or similar), and you can use it to reconcile the Session with your internal systems. If you add this parameter to your payment link, itโs sent in the checkout.session.completed webhook after payment completion.
Thank you!
Great, I'm glad it was an easy resolution ๐
scp-checkout-id