#tonytrill
1 messages · Page 1 of 1 (latest)
hello, let me check, I don't recall what PaymentLinks support here
thanks!
ah you can use the client_reference_id back on your success url , it isn't the CheckouSession URL but it is some value of your choosing
otherwise you'll have to listen to webhook events to learn about which CheckoutSession was completed (through a PaymetnLinks)
is the client_reference_id the sesison id or the customer id?
And would I use that via ?client_reference_id={client_reference_id} or some other way of using that?
it is any ID you set up on the PaymentLink, if your link is hardcoded then that won't work
What do you mean?
Oh I see
So it would be parameters on the payment link not the success link
So there isn't a way to get back the stripe customer id on the success_url
We need that specific id so we can configure out Refersion correctly
👋 hopping in since hmunoz had to head out