stripe / stripe-ios

Stripe iOS SDK
https://stripe.com
MIT License
2.12k stars 979 forks source link

[Feature] Support GrabPay option when using automatic payment methods #2672

Closed danielleng closed 1 year ago

danielleng commented 1 year ago

Is your feature request related to a problem? Please describe.

The iOS SDK does not support showing GrabPay as a payment method in the paymentSheet. Developers would have to implement the flow manually as per: https://stripe.com/docs/payments/grabpay/accept-a-payment?platform=mobile&ui=ios
I feel that having GrabPay needing to be implemented in a separate flow takes away the ease of use of the paymentSheet.

Describe the solution you'd like

Support displaying GrabPay in the list of payment methods in the paymentSheet when using automatic_payment_methods: "true"

Describe alternatives you've considered

N/A

Additional context

GrabPay is widely used in Southeast Asia (especially Malaysia and Singapore). As the documentation itself says, its a "common payment method": https://stripe.com/docs/payments/grabpay It would be great to have this option in the paymentSheet.

yuki-stripe commented 1 year ago

@danielleng Thank you for writing in. I've tracked this request internally and very much agree that we should support this in PaymentSheet!

seanzhang-stripe commented 1 year ago

Hi @danielleng Just want to let you know that GrabPay support in PaymentSheet is added in SDK version 23.14.0. Give it a try and share your feedback with us!