#mohit_39749
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.
- mohit_39749, 35 minutes ago, 44 messages
- mohit_39749, 1 hour ago, 46 messages
Hi there!
First you create the PaymentIntent on the backend, then you use the client_secret on the frontend to collect the payment method details on the frontend.
This is explained in details here: https://stripe.com/docs/payments/accept-a-payment?platform=web&ui=elements
I have one Doubt on Payment Section
I share one Screenshot now
You see there is 14 Remaining payment
I want when end user can click the button Release payment then it should be Release and payment status will be change to success
How can i do this Please let me know
There was a €20 payment, and €14 were refunded. So the customer only paid 6€. What's your question?
No My concern is
When user order the Product then he pay the 30% of complete amount and then when His products will be arrived then he pay the 70% of the rest amount
Two options:
- First you create a PaymentIntent for 30% of the amount while saving the card for later, and then later you create another paymentIntent for 70%. But note that the second payment could fail.
- Or first your create a PaymentIntent for 100% of the amount while placing a hold on the card. Then later you capture 30% or 70% or 100% of the amount. You can learn more about this here: https://stripe.com/docs/payments/place-a-hold-on-a-payment-method
How can i do the PaymentIntent 2 times
You create one PaymentIntent with setup_future_usage: off_session to save the PaymentMethod for later.
Then later you create another PaymentIntent with payment_method: pm_xxx, and replace pm_xxx with the PaymentMethod saved earlier.
But like I said, soid that has some risks. The payment can be declined because there are not enough funds, or the card expired, etc. So I recommend the other option if possible.
ok And how can i capture the payment 30% and 70% 2 times
ok Supose i capture 100% Payment ok Then 30% will be showing on the Strip Successfully and rest 70% how we get successfully
As you mentioned it will be refunded back to the customer
ok Supose i capture 100% Payment ok Then 30% will be showing on the Strip Successfully and rest 70% how we get successfully
I don't understand. If you make a PaymentIntent for $20 and you capture 100%, then you get $20.
ok But i want when customer click on Pay then 70% will be initiated
Otherwise it will refelect hold in stripe
Like screenshot
I already suggested you two options to achieve this. That doesn't work for you?
- First you create a PaymentIntent for 30% of the amount while saving the card for later, and then later you create another paymentIntent for 70%. But note that the second payment could fail.
- Or first your create a PaymentIntent for 100% of the amount while placing a hold on the card. Then later you capture 30% or 70% or 100% of the amount. You can learn more about this here: https://stripe.com/docs/payments/place-a-hold-on-a-payment-method
I already implement that one
Which one?
This
I shared two options, which option did you implement? 1 or 2? And why is it not working for you?
2
And why is it not working for you?
Which option i can use Create, Confirm or Cancel
I don't understand your question sorry.
I am using to create the PaymentIntent with these option Create, Confirm or Cancel
What's your question?
YOu have the Multi capture Option
If you want me to help, you need to ask me questions. What is your question?
What is the Process of Multi Capture Option ?
If you want access to multi capture option, you need to contact Stripe support: https://support.stripe.com/contact
How can i write which option i select the Option
what do you mean by "option"?
https://support.stripe.com/contact
This one
Find help and support for Stripe. Our support site provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
Becuase i didn't get any response