#FyreXIV-gpay-token
1 messages ยท Page 1 of 1 (latest)
or do you know how to use the google pay as payment method on the subscription ?
Is this for web or mobile?
for web
gotcha. Thanks
looking
Yes google pay can be used for subscriptions
We have more details as well as examples on it here
https://stripe.com/docs/google-pay?platform=web
@split chasm the sample there is paymentintent and charge 1099 amount but there's no sample for subscription ๐ฆ
https://stripe.com/docs/stripe-js/elements/payment-request-button
Ah I thought we did have an example there
let me double check
Appreciate your patience
You can use this guide to create subscriptions using PaymentElement which supports google pay
https://stripe.com/docs/billing/subscriptions/build-subscriptions?ui=elements
I don't think we have any examples with PaymentRequest button and subscriptions specifically