#ocardenas
1 messages · Page 1 of 1 (latest)
Hi unfortunately we don't have the ability to assist with these types of account related questions in here. I recommend you reach out to support: https://support.stripe.com
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
Thanks
I have other question
in test mode
I can display many options of pay?
like a apple pay and google pay
??
Yes you can
You can do that with the Payment Element and also with hosted solutions like Stripe Checkout
ok
well in my account
I have enable
apple pay
but in my view
Element Stripe
only can see
this
how I can watch full payment methods?
Have you read: https://stripe.com/docs/payments/accept-a-payment?platform=web&ui=elements#apple-pay-and-google-pay ?
There are some things you need to do for apple pay to work
ok
I have a question
the customer_id is required?
what value I have to pass to customer_id?
Not necessarily, you should be able to confirm payment intents that were created without a customer
That would be the ID (cus_123...) of a customer that you create through the API https://stripe.com/docs/api/customers/create
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
ok
sorry I was reading other description
I read the description of the apple pay and google pay
When you turn on cards in the Dashboard, it enables Apple Pay and Google Pay too. When you enable automatic_payment_methods or pass card in payment_method_types on the PaymentIntent, your customer also sees Apple Pay and Google Pay. These payment methods require you to serve your application over HTTPS in development and production. Additionally, you need to verify your domain for Apple Pay.
in here says "When you enable automatic_payment_methods or pass card in payment_method_types on the PaymentIntent, your customer also sees Apple Pay and Google Pay."
but I can't see it
why?
As in, those wallets are not showing up as options in your payment element on your custom page?
Quick question, do you see Apple/Google Pay as an option in the example payment element at the top of this page? https://stripe.com/docs/payments/accept-a-payment?platform=web&ui=elements
Are you serving your test page over HTTPS?
Both wallets require that you page is served over HTTPS. You can use a tunneling service like ngrok to get an HTTPS URL for your local testing https://ngrok.com/
ngrok is the fastest way to put anything on
the internet with a single command.
That is what this line in that doc was referring to:
These payment methods require you to serve your application over HTTPS in development and production. Additionally, you need to verify your domain for Apple Pay.