#phenomenal_avocado_13679
1 messages · Page 1 of 1 (latest)
Hi what's your question?
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
Acss debit is PAD: https://stripe.com/docs/payments/acss-debit
Can you share the payment intent id from the above screenshot?
So when testing with this PI, are you physically located in Canada?
And not using a VPN or anything?
I am not, is that a factor in deciding what to display?
If so, how is that determined?
Yeah see the payment method properties tab here: https://stripe.com/docs/payments/acss-debit
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
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?
Yeah it literally uses your actual location
I don't know the complete technical implementation
But ip is a factor
Ah, is there a way to feed it a location in order to test different payment methods fully?