#mrnc18

1 messages · Page 1 of 1 (latest)

rapid valleyBOT
idle shard
#

hi, how can we help?

ocean cave
#

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 ?

idle shard
#

can you clarify what exact document you used, what code you used?

ocean cave
#

okay

#

i made changes that removed the payment_method_types and centralised the code

idle shard
#

ok

ocean cave
#

but may i know in india the supported payment methods

#

and do i need to add new configuration or just enable the options

idle shard
ocean cave
#

yes please look into the screenshot

idle shard
#

it depends how you actually integrate

ocean cave
#

i didnt use them

idle shard
#

cool then you can ignore that

ocean cave
#

may i know that it showing your platform managing your payment methods in that screen shot

idle shard
#

it means your account is associated with a Connect platform, and they manage your payment methods and/or code integration for you

ocean cave
#

may i know how to handle that scenario

#

it is showing no apps installed

idle shard
#

not sure then, maybe it's a glitch on that page

ocean cave
#

can you please provide a perfect doc to acheive this

idle shard
#

achieve what exactly?

#

what are you actually stuck on in your code at the moment?

ocean cave
#

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

rapid valleyBOT
fair robin
#

Ok, great!

ocean cave
#

So now i want to check by enable more payment methods in my test accounts for us and ind

fair robin
#

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

ocean cave
#

please guide me to acheive this

#

may i know how to know the connected platforms

fair robin
ocean cave
#

but i am not able to see any apps out there please find the screenshot

fair robin
ocean cave
#

yes there i selected default configuration and i got 8 active payment methods

fair robin
#

Ok, great. So what is unexpected? They're not beign surfaced in the Checkout page?

ocean cave
#

yes.Those enabled methods not beings surfaced on my web app checkout page

fair robin
#

Ok, can you share a cs_xxx example where that is the case please

ocean cave
#

In between my test account is in Inactivate state

ocean cave
fair robin
#

You're creating Checkout Sessions via the API, yes?

ocean cave
#

yes

#

this is my checkout page looks like

fair robin
#

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

fair robin
#

Ok, let me see

#

Ok, so this was created on a US account yes?

ocean cave
#

yes

fair robin
#

Which payment methods are you expecting to see but don't?

ocean cave
#

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

fair robin
#

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

ocean cave
#

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

fair robin
#

Learn how to automatically calculate taxes in Checkout.

#

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

ocean cave
#

Yes i am from india by using vpm i am connected to the us only .

fair robin
#
#

Yeah the VPN trick doesn't work I don't think

ocean cave
#

Is there any way to know that the dynamic Pm's has been replicated on the checkout page

fair robin
#

What do you mean?

ocean cave
#

Means my dynamic payemnt method enhancement which i implemented on my account has been working or not

fair robin
ocean cave
#

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

fair robin
#

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

ocean cave
#

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

fair robin
#

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