#Volodymyr
1 messages · Page 1 of 1 (latest)
👋 happy to help
Checkout Session ID is not something that you can configure in the setting
I use payment links. I added a GET parameter to the redirect link. And now it's looking as
https://mysite.com/thank-you-bml/?session_id={CHECKOUT_SESSION_ID}
Why does it not send this parameter?
plink_1NHx2BAHpQObHEmRTvpTnJzm
do you have a Checkout Session ID I can take a look at?
Where can I find it?
How are you creating the Checkout Session?
You should have the checkout session id in the response body of this API call:
https://stripe.com/docs/api/checkout/sessions/create
Have you checked this guide, in order to understand how to use the {CHECKOUT_SESSION_ID} with PaymentLinks ?
https://stripe.com/docs/payment-links/post-payment#change-confirmation-behavior
I read it and didn't understand what I missed
You are not passing/Setting return url when creating the payment Link
set a redirect url with {CHECKOUT_SESSION_ID}
Yes, that should be working fine would you make a test ?
Advise me please how to do that. Can I do that without a real card?
You can create a test payment link in your test mode and use stripe test cards