automatic vs automatic_async in Stripe
NewWe switched to using automatic_async at the suggestion of the Stripe team to cut response time down on the POST /transactions/pay endpoint when paying by credit card. This change may save 100-200ms per call in the sandbox environment (update to be posted once we have production numbers).