#mrnc18
1 messages · Page 1 of 1 (latest)
hi, how can we help?
Hi actually i am trying to implement the dynamic PM's for my stripe account which handles the subscription to my project .so i made the code changes as per the document here i have some doubts on that
when i want to enable new payment methods on the stripe dashboard do i need to create e new configuration on payment methods ?
can you clarify what exact document you used, what code you used?
ok
then the payment methods used are configured in your dashboard (https://dashboard.stripe.com/settings/payment_methods) , yes, that's where you manage things
but may i know in india the supported payment methods
and do i need to add new configuration or just enable the options
I don't 100% understand what you're referring to specifically by 'configuration' and 'options', could you elaborate/give examples?
it depends how you actually integrate
like if you do pass payment_method_configuration:pmc_xxx when calling the API(https://stripe.com/docs/payments/multiple-payment-method-configs#section-4) then you need to create/manage those configurations, but if you don't use them, then it's just the global settings on your account that are used
i didnt use them
cool then you can ignore that
may i know that it showing your platform managing your payment methods in that screen shot
it means your account is associated with a Connect platform, and they manage your payment methods and/or code integration for you
https://dashboard.stripe.com/settings/apps would show you who your platform is
not sure then, maybe it's a glitch on that page
can you please provide a perfect doc to acheive this
i iwll give a breif of my situation
actually my project have 4 stripe account 2 is for us and 2 for india
where 2 test accounts for us and Ind and i am trying to implement the dynamic payment methods for this test account
So i removed the payment_method_types from code and deployed
Ok, great!
So now i want to check by enable more payment methods in my test accounts for us and ind
Sure, then you'd do that via the Dashboard as my colleague explained. But as they noted, the account is controleld by a connected platform who manage the PMs for you so you can't enable/disable PMs
but i am not able to see any apps out there please find the screenshot
If you go here: https://dashboard.stripe.com/settings/payment_methods
You'll see a 'select configuration' dropdown
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
yes there i selected default configuration and i got 8 active payment methods
Ok, great. So what is unexpected? They're not beign surfaced in the Checkout page?
yes.Those enabled methods not beings surfaced on my web app checkout page
Ok, can you share a cs_xxx example where that is the case please
In between my test account is in Inactivate state
sorry can you please come again
You're creating Checkout Sessions via the API, yes?
Ok, then in the response to that API requests there'll be an id that looks like cs_xxx. Please share that
Or just paste the URL
If my stripe account in deactive state as well can i able to see the payment methods as provided in dashboard
okay
please let me know if this is not what you are expecting
yes
Which payment methods are you expecting to see but don't?
when i look at my test us account payment methods dashboard on default configuration it is showing 8 active methods but i am able to see only cards on checkout page
These are my dashboard screenshots
For example, I can see that EPS and Giropay are both unavailable because it's a mode: 'subscription' session and they're not supported there: https://stripe.com/docs/payments/payment-methods/integration-options#support-bank-redirects
It's worth noting that not every PM will be available for every session/payment. There's incompatibility between currencies and certain settings. It's a very complex matrix that the table at the above URL lays out
But atleast i can able to see the Gpay or apple pay right
If you don't mind what it mean on screen shot there is warnig like activation required
Well Google Pay won't be enabled on that session as it's a Stripe Tax sessions and you're not collecting a shipping address: https://stripe.com/docs/tax/checkout#:~:text=When you enable Stripe Tax in Checkout%2C Google Pay is only available to customers for sessions that require collecting a shipping address. Apple Pay with Stripe Tax displays only when the customer’s browser supports Apple Pay version 12.
I see Apple Pay in Safari
I suspect you're located in India?
Where Apple Pay is disabled for customers
Google Pay is too, for Indian IP addresses
Yes i am from india by using vpm i am connected to the us only .
Find help and support for Stripe. Our support site 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.
Yeah the VPN trick doesn't work I don't think
Is there any way to know that the dynamic Pm's has been replicated on the checkout page
What do you mean?
Means my dynamic payemnt method enhancement which i implemented on my account has been working or not
??
Hai are you there ynnoj
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
okay can you please on the above point
whether my account is not activated yet or in test mode can i able to see those all payment methods on checkout page
Whether or not your account is activated has no bearing on the payment methods shown on Checkout in test mode
I already explained by they're not showing on the specific session you shared
what if it the live account
and in my live account for us and ind accounts there is payment methods available for both payments and connects so if want to add some more payment methods where i need to provide
Again, it has no bearing on the payment methods shown in test mode. I've already explained the reason why those PMs are not showing on that payment page. I suggest you read the documentation I've shared to understand the compatibility matrix for payment methods and the params/UIs they support