#usebegitrading
1 messages · Page 1 of 1 (latest)
Can you share the payment intent id and subscription id where you are seeing this behavior?
yes of course one moment
sub_1Mf3QBISa1VZUPvMGxWndXUG
pi_3Mf3QkISa1VZUPvM1579LUjb
For the subscription, you just passed card in payment method types: https://dashboard.stripe.com/test/logs/req_1GtZ9Sv1IJXYC0, so only card will be available
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Whereas for the payment intent, you passed automatic payment methods: https://dashboard.stripe.com/test/logs/req_nOesQ3qBV8v7XX
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
for the subscription if i passing the card i should see the google pay and the apple pay
and also if i passing the automatic in the payment intent , but i do not see them
this is the patment intent view
and this is the subscription.
Yes but apple and google pay depend on numerous factors on whether or not they show up
Do you see a yellow banner at the top of this page in that same browser? https://stripe.com/docs/stripe-js/elements/payment-request-button
Or do you see usable apple pay or google pay buttons?
this is what i see
Got it
So it's a problem with your wallet setup
That yellow banner indicates you don't have apple or google pay set up
What browser are you using?
edge
the documentation said at least for google that no need for pre configuration, apple i now i need to verify the domain but it should not affect the button
You need to use chrome if you want to see the google pay button
You also need to have a wallet set up for it to be visible
It goes over requirements for the buttons to show
O.k thanks, will take a look on that