#Serdar

1 messages ยท Page 1 of 1 (latest)

winter sierraBOT
flat fox
#

Can you explain a bit more of what you are trying to do here?

inner mason
#

Yes of course

flat fox
#

Payment Links will generate a new Checkout Session for each person who clicks on them, so you will likely only have to generate it once per type of thing that you are selling

inner mason
#

For the start we want to offer one product named "Unlimited".

The product has two prices:

  • 10โ‚ฌ per month
  • 60โ‚ฌ per year
#

On our application where the customers have their own accounts we want to offer the price table.

But i did not understand, how i know, that it is that one customer.

#

So i thought, i need to generate for each price an own payment link for each customer. But that seems not right for me.

#

I saw, that i could send the customer-id as meta data when generation the payment link.

#

But is this really the solution?

#

Hope you understood my usecase @flat fox

flat fox
#

Gotcha. For payment links I think there are URL parameters to do this but I forget exactly what they look like. Looking for our docs on this

inner mason
#

We would like to use the stripe pricing table ๐Ÿ™‚

#

Is it this what you mean?

flat fox
#

Yes, exactly. That is a way to assosciate customers via your payment links

inner mason
#

Okay i understand

flat fox
inner mason
#

Perfect

#

Just the solution i was searching

#

Thank you so much

#

One more little question

#

What about returnUrl? ๐Ÿ˜„

#

This is it or?

flat fox
#

Yes, that is the best way to add an ID to your URL that your server can use to look up customer info

inner mason
#

Can i add any other ID ?

#

I dont think so or? ๐Ÿ˜„

flat fox
#

To the return URL? Or the Payment Link URL?

#

Honestly not sure either way but can look