#famoussonace

1 messages · Page 1 of 1 (latest)

wanton gateBOT
tidal furnace
#

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

formal knoll
#

Can you give me more information anout the checkout session and how to implement it?

tidal furnace
formal knoll
#

thanks!

#

So to use the session is it possible to use it at the same time with the "no code buttons"?

tidal furnace
#

Yes, but it requires a little of code

formal knoll
#

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 ?

tidal furnace
#

No not that. Checkout Session is a different thing than PaymentLink and it doesn't use the UI above

formal knoll
#

So the checkout session need already to implement your own stripe process with the intention, session and the whole process?

tidal furnace
#

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

formal knoll
#

Btw in the No payment links, you can add metadata, but this meta data can't be used, right?

#

and does the "session" is the very first step of the "process" of implementation?

tidal furnace
#

Metadata in PaymentLink will be the same for every one receiving the Link. Says you have 100 people, you won't be able to set each company id for each of them

#

And not sure about your other question, but please take a look at the Doc I provided, it has all steps inside