#marmik
1 messages · Page 1 of 1 (latest)
Hi there, can you share with me the payment_intent ID?
Hi, this is i am trying to implement in my test environment and its not yet on production
It's OK, you can share with me the payment intent ID in test mode.
Hey, taking over here. Let me know if there's any follow-up Qs I can answer!
Thanks for sharing. What is the issue exactly?
When enabling automatic_payment_methods, the related PaymentIntent will accept payment methods that you have enabled in the Dashboard and are compatible with this PaymentIntent’s other parameters.
https://stripe.com/docs/api/payment_intents/create#create_payment_intent-automatic_payment_methods
Issue is i tried to disable applepay from stripe dashboard but it is still getting reflected in UI
You are seeing Apple Pay in what Stripe product ? could you please share some screenshots
in payment_request_button implementation
Let me test something
I'll ask for another feedback about this
Actually, you can disable Apple pay by setting this property when initialising the Paymentrequest:
https://stripe.com/docs/js/payment_request/create#stripe_payment_request-options-disableWallets
Yeah we tried that, but in typescript if i add link payment method in that it is not accepting that and our build is failing. Again i want to control all payment methods from stripe dashboard and not be dependant on frontend code
The setting in dashboard are related to Stripe Checkout and PaymentElement but not for the PaymentRequest Button
Meanwhile for types update, you need to update your stripe-js package
https://github.com/stripe/stripe-js/pull/391
okay for now we have following:
"@stripe/react-stripe-js": "^1.7.0",
"@stripe/stripe-js": "^1.27.0",
which version we should update to?
Latest version