#shiju-s-checkout-apple-pay
1 messages · Page 1 of 1 (latest)
in stripe sdk, we have a method to set paymentMehtodsOptions but apple pay is not listed on that
Right, but what options do you want to pass? Apple Pay is considered a card in this context
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Actually i need to control apple pay Ie, if our db has apple pay enabled then only apple pay needs to be shown in checkout page
i know we can turn on and turn off apple pay in stripe dashboard
That's not currently possible I'm afraid. Apple Pay will always be shown in Checkout assuming card is a supported payment method and the other Apple Pay specific prerequisites are met (Safari, active card, etc)
You want to be able to configure Apple Pay on a per session basis?
yes
Got it! Can you describe your use case for me and share your Stripe account ID?
This is not something we currently support, but happy to file that feedback with the team
The use case is without any manual configuration in stripe dashboard we want to enable and disable different payment methods
Also can you tell where i can find my user id
I don't understand, you can do that here: https://dashboard.stripe.com/settings/payment_methods
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
acct_1LNtoUHFiLLIR4XM
The only thing i want is to control this apple pay enable and disable through my code
Ok, your previous message confused me:
without any manual configuration in stripe dashboard we want to enable and disable different payment
Got it now. Will relay with the team!
ok
Hi @teal thorn i have one more doubt, Is it possible to integrate apple pay without using stripe library in front end
Hi! I'm taking over this thread.