Makes automatic sync the default capture method for PaymentIntents when not specifiedBreaking changes
What’s new
PaymentIntents now has automatic_
as the default capture method when capture method isn’t specified during PaymentIntents creation.
Impact
Setting automatic_
as the default capture method for PaymentIntents when not explicitly specified lets you benefit from asynchronous capture by default, potentially improving payment success rates and reducing declines. To learn more, see our guide.