#patrick.wierer.r2o

1 messages · Page 1 of 1 (latest)

zinc domeBOT
potent mulch
#

Hi 👋 are these one-size-fits-all links? Or are they customer/transaction specific?

quick hearth
#

Hey,
those links are transaction specific, meaning we want to generate Payment Links with dynamic amounts (not known ahead of time and not product related).

Example:

  • Customer receives invoice for Product A that costs 300€
  • Customer only pays 200€
  • At some point we want to generate a Payment Link for 100€, to cover the remaining balance.

So even if I would define "Product A" in Stripe's product catalog with a Price of 200€, I could not use a Payment Link, since 100€ is not a valid Price yet.

So I was wondering if I could create a generic Product in Stripe called e.g. "Payment" and every time there is a "new" price not yet known to Stripe, we would create it via API before creating the Payment Link

potent mulch
quick hearth
#

Ok thanks, but behind the scenes there would still be tons of Price objects created in Stripe.
So basically there seems to be no way to go around that?

potent mulch
quick hearth
#

Ok, thanks for clarification.
Last question, do you know are there any limitations on how many prices can be defined per product?

potent mulch
#

There aren't

quick hearth
#

Thanks Toby, much appreciate the time you spent helping me.