#AJFaraday

1 messages · Page 1 of 1 (latest)

maiden furnaceBOT
strong rampart
#

Hi there!

#

Can you clarify what you mean by "make manual payments"? Because it's at this step, from the backend, that you need to set setup_future_usage: "off_session" if you want to reuse that payment method later.

sudden gorge
#

So I've included it in confirmPayment, the API suggests that's okay, but then I get that error.

#

Can I just update the PaymentIntent first?

strong rampart
#

So I've included it in confirmPayment, the API suggests that's okay, but then I get that error.
You can't do this in the confirmPayment directly. You have to do it when you create (or update) the PaymentIntent on the backend.

sudden gorge
#

Okay, so I'm not creating the payment intent, but I can update it.

I think that's my answer, thanks!