#knuppi-pl-inline-prices

1 messages · Page 1 of 1 (latest)

raw cypressBOT
#

Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.

hushed escarp
#

Sorry, I don't really grasp the question. Can you elaborate?

How exactly are the products and prices being created at the moment?

valid hedge
#

The customer makes the initial direct payment through a PaymentIntent to the Account (we set stripe_account as we start the payment process).

#

One of our Accounts have some very big ticket items (+$1.000 per unit), and their Customers are allowed to make deposit payment of - let's say - 20% of the total

#

We would like to generate a link for the Customer, which the Account can email, allowing the Customer to make the final payment

hushed escarp
valid hedge
#

I'm playing around with it, but it seems that we need to set line_items, which seems to not allow the Customer to pay the remaining price

hushed escarp
#

You may need to create two separate payment links I guess.

valid hedge
#

OK, but how do I create a PaymentLink with a custom amount?

hushed escarp
#

you'd need to create a separate product/prices for it
PaymentLink API doesn't support creating inline product/prices

valid hedge
#

I see.
Any plans to support it?

#

It's not feasable to create thousands of prices/products - one for each level of deposit percentage

hushed escarp
#

Not that I am aware of unfortunately.

Yeah, the better option would be to create your own URLs and use Stripe Elements + PaymentIntents API instead.

valid hedge
#

OK, I'll look into it. Thanks

hushed escarp
#

👍