#mohit_39749

1 messages · Page 1 of 1 (latest)

lusty loomBOT
#

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.

urban plank
#

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.

icy latch
#

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

urban plank
#

There was a €20 payment, and €14 were refunded. So the customer only paid 6€. What's your question?

icy latch
#

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

urban plank
#

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
icy latch
#

How can i do the PaymentIntent 2 times

urban plank
#

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.

icy latch
#

ok And how can i capture the payment 30% and 70% 2 times

urban plank
#

You can only capture the payment once.

icy latch
#

ok Supose i capture 100% Payment ok Then 30% will be showing on the Strip Successfully and rest 70% how we get successfully

icy latch
urban plank
#

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.

icy latch
#

ok But i want when customer click on Pay then 70% will be initiated

#

Otherwise it will refelect hold in stripe

#

Like screenshot

urban plank
#

I already suggested you two options to achieve this. That doesn't work for you?

  1. 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.
  2. 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
icy latch
#

I already implement that one

urban plank
#

Which one?

urban plank
#

I shared two options, which option did you implement? 1 or 2? And why is it not working for you?

icy latch
#

2

urban plank
#

And why is it not working for you?

icy latch
#

Which option i can use Create, Confirm or Cancel

urban plank
#

I don't understand your question sorry.

icy latch
#

I am using to create the PaymentIntent with these option Create, Confirm or Cancel

urban plank
#

What's your question?

icy latch
#

YOu have the Multi capture Option

urban plank
#

If you want me to help, you need to ask me questions. What is your question?

icy latch
#

What is the Process of Multi Capture Option ?

lusty loomBOT
urban plank
icy latch
#

How can i write which option i select the Option

urban plank
#

what do you mean by "option"?

icy latch
#
#

Becuase i didn't get any response