#krutarth_api
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.
- krutarth-partial-payments, 3 days ago, 8 messages
đ Welcome to your new thread!
âąď¸ We automatically close idle threads, which makes them read-only. Make sure you stick around to chat in realtime!
đ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1211900646102671391
đ Have more to share? You can add more detail below, including code, screenshots, videos, etc.
â˛ď¸ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question. Thank you for your patience!
Hi there, no payment link doesn't support partial payments
Okay. So lets say i'm switching to the other option for creating payment link. Customer choose what to pay. Can we generate this type of payment link through backend?
https://docs.stripe.com/api/payment_links/payment_links/create#create_payment_link-line_items-adjustable_quantity you mean adjustable quantity?
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Got it. So you achieve the same by setting https://docs.stripe.com/api/prices/create#create_price-custom_unit_amount when creating a price, and use that price for payment link
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Alright. So now I have a general question, please provide me your insight.
Is there any scenario where we can support partial payment? The best case solution for us is: User comes to payment page sees the invoice details and than pay the amount suitable to them. lets say they paid a certain amount, now again when user comes they can see the detail of their past payment and total due and again pay the amount that they choose to pay which will reflect again when user comes back.
This is not something that an existing Stripe product can support out-of-the-box, you need to build your logic for it
Alright
So now, let say
user is on the payment of type customer chose what to pay. User paid some amount successfully, so here after the successful payment can I execute some api for my backend? some redirection if possible?
I want to redirect with some information about the last payment if possible.