#AJFaraday
1 messages · Page 1 of 1 (latest)
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.
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?
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 theconfirmPaymentdirectly. You have to do it when you create (or update) the PaymentIntent on the backend.
Okay, so I'm not creating the payment intent, but I can update it.
I think that's my answer, thanks!