Tigran Babajanyan
Tigran Babajanyan

Reputation: 2025

Stripe PaymentMethodsActivity add google pay button

When displaying payment methods to user using PaymentMethodsActivity how can I add google pay button to that methods list?

I know it's possible on IOS to add Apple pay

Upvotes: 3

Views: 1040

Answers (1)

psmvac
psmvac

Reputation: 246

My understanding is that it is not possible to add Google Pay as a payment method choice in the PaymentMethodsActivity (similarly to how Apple Pay could be shown as an available payment choice in the STPPaymentMethodsViewController).

For Google Pay you will need to show a separate Google Pay button and integrate using this approach.

Upvotes: 2

Related Questions