#kratos6753

1 messages · Page 1 of 1 (latest)

junior valeBOT
halcyon forge
#

Hi there!

mighty oxide
#

anything special about hold payments? - capture_method=manual when creating payment intents --> same thing applies for hold payments as well?

halcyon forge
#

Nothing special I think. When you place a hold on the card there might be a 3DS required. And then later you can capture the funds (no 3DS required at this time).

mighty oxide
#

Ok.

#

Our usecase is carsharing. Once user reserves a vehicle, we hold funds and if it is successful then reserve the vehicle. But, if he has to do authentication even once during the holding of funds, we need to handle it anticipating the 3DS may be required.

halcyon forge
#

How are you collecting the payments? With Checkout Session, PaymentIntent + PaymentElement, something else?

mighty oxide
#

payment intents alone - at server side.

halcyon forge
#

You don't use the PaymentElement to collect the payment information (card numbers, expiration, etc.)?

mighty oxide
#

not sure what we use to do it in android app

halcyon forge
mighty oxide
#

I didn't find any references of paymentSheet either in our code base.

halcyon forge
#

Did you check the "Card Element only" tab in the link I shared?