Reputation: 6251
Can a card payment cause a PaymentIntent to go into the processing
status?
And what happens when we confirm
a PaymentIntent that requires processing? The docs state:
If payment succeeds, the PaymentIntent will transition to the succeeded status.
Does that mean the confirm
endpoint waits for the processing? Or does it return an error? Or does it succeed without waiting?
Upvotes: 0
Views: 430
Reputation: 6251
Can a card payment cause a PaymentIntent to go into the processing status?
No, according to https://stripe.com/docs/payments/payment-methods
(Second question remains unanswered)
Upvotes: 1