#phenomenal_avocado_13679

1 messages · Page 1 of 1 (latest)

feral wigeonBOT
radiant lagoon
#

Hi what's your question?

tardy dust
#

Whenever I use the SDK to create a PaymentIntent, I receive the following for payment options in reply for CAD:

#

However, the front-end built by Stripe.js only includes "card" and "link". What is the best way to get acss_debit to show up as well. Also, should PAD be available for CAD as well?

#

Thanks

radiant lagoon
#

Can you share the payment intent id from the above screenshot?

tardy dust
#

Sure, hold on

#

"id": "pi_3NiNaSJ5nKl7P3B61Tuw4deR",

radiant lagoon
#

So when testing with this PI, are you physically located in Canada?

#

And not using a VPN or anything?

tardy dust
#

I am not, is that a factor in deciding what to display?

#

If so, how is that determined?

radiant lagoon
#

The customer needs to physically be in canada for ACSS debit

#

CA```
#

So if you had a canadian user with that payment intent, they should see the option to pay with acss debit

tardy dust
#

Ok, I'm currently using a development account for testing. I'm guessing that is by IP?

#

I saw no ways to configure a location on the portal, so I'm guessing it's determined dynamically?

radiant lagoon
#

Yeah it literally uses your actual location

#

I don't know the complete technical implementation

#

But ip is a factor

tardy dust
#

Ah, is there a way to feed it a location in order to test different payment methods fully?

radiant lagoon
#

I don't think so

#

I think you could attempt using a vpn

#

But no guarantees

tardy dust
#

Ah, thanks

#

that's all the questions I have, thanks for the help