#knuppi-pl-inline-prices
1 messages · Page 1 of 1 (latest)
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.
- knuppi., 15 hours ago, 21 messages
- knuppi., 20 hours ago, 9 messages
- knuppi., 23 hours ago, 97 messages
- knuppi-payouts, 3 days ago, 60 messages
- knuppi-subscription-events, 6 days ago, 46 messages
Sorry, I don't really grasp the question. Can you elaborate?
How exactly are the products and prices being created at the moment?
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
Gotcha. Have you tried creating the PaymentLink using the API with stripe_account header?
https://stripe.com/docs/payment-links/api
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
You may need to create two separate payment links I guess.
OK, but how do I create a PaymentLink with a custom amount?
you'd need to create a separate product/prices for it
PaymentLink API doesn't support creating inline product/prices
I see.
Any plans to support it?
It's not feasable to create thousands of prices/products - one for each level of deposit percentage
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.
OK, I'll look into it. Thanks
👍