Stripe v8.10.0 added official async support.
To make use of it, append the _async suffix to all function calls, i.e. stripe.PaymentIntent.list_async instead of stripe.PaymentIntent.list.
_async
stripe.PaymentIntent.list_async
stripe.PaymentIntent.list
Further information can be found in the documentation.