#Debjeet

1 messages ยท Page 1 of 1 (latest)

rugged dockBOT
daring juniper
#

Good question, looking in to how to properly utilize automatic payment method selection here...

inland sparrow
#

I have turned on ach and sepa but it only shows US bank on checkout not sepa payment

#

and i have also turned on gpay and apple pay but it doesnot show
by the way i am on web not on mobile.

daring juniper
#

Can you send me the ID of a Checkout Session that you created this way? I may be able to look in to why each of those payment method types were not available

inland sparrow
#

email id from which i login into stripe?

daring juniper
#

Object ID of the Checkout Session cs_test_123456....

inland sparrow
#

cs_test_a1Q5ZmD5a0ImtzMeTJS1jrHvhS1rStWZ3L62bpWYTnm0EQbdCpGD2eY9Qw

daring juniper
#

Thank you, checking in to that ID

#

So SEPA and PADS would be expected to not be on this Checkout Session. SEPA only supports EUR payments and PADS only supports USD in select circumstances

#

Not sure why link is not showing up, will check in to that

daring juniper
#

I meant this link

#

Also apologies, still looking on that one.

#

Are there other payment methods that you expected to be on this checkout session?

#

Oh never mind, link is present on that Checkout Session, it is just not shown in payment_method_types because it is not a payment method like that

inland sparrow
#

is link is showing for you ?

#

actually my company dont want LINK
we only want card, US bank, SEPA,Gpay,Apple pay to show everytime

#

it should not be based on geolocation.

inland sparrow
#

?

somber void
#

๐Ÿ‘‹ sorry we missed this

#

Pompey had to step away

#

I'm taking a look

#

So it is impossible to have both ACH Debit and SEPA Debit to show every time as those are currency dependent

#

Have you tried creating a Eur link and seeing if those payment methods show as expected?

inland sparrow
#

what is Eur link?
i dont know anything about that

somber void
#

Sorry, that was a confusing way to put it. Create a Checkout Session with a Euro Price

inland sparrow
#

okay I have created with "eur" and its showing all the Euro payment serveices.

but I have to transact only in Dollars only.

so, on "$" will it show euro payment services if a user is from france or spain ?

#

basically will it show SEPA payments ?

somber void
#

It will only show SEPA if you present in Euro (use a Euro Price). This is a requirement for these Euro Payment Methods. However, if your account only settles in USD (like all US-based Stripe accounts), then you can present in Euro and the funds will be automatically converted to USD in your account and you will be paid out in USD.

#

This allows you to present in the currency of your Customers based on their location.

inland sparrow
#

what to for that ?

#

okay thank you for this.
but still it is not showing apple pay and gpay

somber void
#

Do you have a live card in your apple/google pay wallets?

#

And what browse are you using?

inland sparrow
#

google chrome and i am testing on web(laptop)

inland sparrow
somber void
#

Then it won't show up ๐Ÿ™‚

inland sparrow
#

how to get live card ?

#

what I have to change on my code to use gpay and apple pay ?

somber void
#

You add your own credit card to your Google Pay and Apple Pay wallets if you want to test it out.

#

When in testmode, your card won't actually be charged

#

It will be swapped out for a test card

#

But for the buttons to show up, you have to have a live card in your wallet

inland sparrow
#

okay I will add my own card.
but how to add that can you send me link?

somber void
#

And for Apple Pay you need a iOS device and then you go to the Wallet on that device.

#

And you must use Safari for Apple Pay to show up

inland sparrow
#

thank you i will add this

#

1 last question

#

for India there is UPI payment.
how to show that one also.

somber void