thephpleague / omnipay-stripe

Stripe driver for the Omnipay PHP payment processing library
MIT License
185 stars 168 forks source link

ListPaymentIntentsRequest #205

Open Mouke opened 3 years ago

Mouke commented 3 years ago

Hello there !

The PaymentIntentGateway lacks a listPaymentIntents() method and associated request. The request should handle the optional "limit" parameter.

See [https://stripe.com/docs/api/payment_intents/list?lang=curl](Stripe's API doc) for details.

Regards,