#famoussonace
1 messages · Page 1 of 1 (latest)
That's not supported right now unfortunately. Payment Link is one same Link you share with multiple customers (ie. 100 different people) and if you want a value different for each people, Payment Link is not the tool. You could consider Checkout Sesison instead
Can you give me more information anout the checkout session and how to implement it?
thanks!
So to use the session is it possible to use it at the same time with the "no code buttons"?
Yes, but it requires a little of code
So basically you can use the "payment links" but after finishing the payment in the Stripe page, you will receive a webhook in the terminal which you need to consume and you will set the redirect-url?
and what to click over here then? we will just overwrite the redirect with the company id ?
No not that. Checkout Session is a different thing than PaymentLink and it doesn't use the UI above
So the checkout session need already to implement your own stripe process with the intention, session and the whole process?
When you create a Checkout Session, you can pass the company Id in its metadata. And when it returns to a static return URL, you can retrieve the CheckoutSesison object and see its metadata to take the company id again