#Syed Shahzaib
1 messages · Page 1 of 1 (latest)
Hi there!
Hi
When looking at the PaymentMethod object, you can know if it's Google/Apple Pay by checking the card.wallet property: https://stripe.com/docs/api/payment_methods/object#payment_method_object-card-wallet
okay and what about other question?
Stripe offers Subscriptions to handle recurring payments. If you don't want to use Subscriptions, then you can build your own system yes, but it's a lot of work so we don't recommend doing this.
If you have some specific questions about this I'm happy to help.
We have already made our system
and using customer id/tokens we are renewing subscriptions and it is fine for cards so my question is will it remain same incase of apple and google pay? Like the same way we can renew subscription as doing for the card?
also
my google wallet card is added but when browsing from laptop I am not able to see google pay option on my laptop just card option is displaying
Yes I think it should work the same.
You can read more about this here: https://stripe.com/docs/apple-pay?platform=web#recurring-payments and https://stripe.com/docs/google-pay
But I recommend doing some tests in test mode.