#ericfavor

1 messages · Page 1 of 1 (latest)

worn gulchBOT
chrome holly
digital depot
#

since at this point there's no PaymentMethod nor Customer attached to the PaymentIntent yet, can I create the PaymentIntent passing in confirm as true and capture_method as manual?

#

or should I leave confirm as false (default) and since confirmation_method is defaulted to be automatic as soon as the PaymentMethod is added to the PaymentIntent, it will be confirmed immediately?

chrome holly
#

confirm: true is intended to attempt confirmation of the payment intent when it is created. Without a Payment Method you can't confirm the payment intent so I wouldn't bother at this point.

digital depot
chrome holly
digital depot
#

got it, thank you!

#

I have one more questions regarding test cards for Apple Pay, but I'll ask it in a new thread