#ctra-paymentelement-paymentmethod
1 messages · Page 1 of 1 (latest)
ctra-paymentelement-paymentmethod
@hollow tulip what currency/amount are you passing and which payment methods are missing? Also do you have a concrete PaymentIntent id pi_123 I can look at?
Alright give me a sec
I am defaulting currency to: USD
Payment Intent ID: pi_2MjAuOX9x3rssu8w0LFM0XrN
The amount, I'm just using $1
so what's missing/what's the problem?
The problem not all the payment method I have activated on my dashboard are showing up on the PaymentElement
sure but can you be a lot more explicit: Give me an example one that's missing that you expect to appear for a USD payment
For instance, Affirm?
https://stripe.com/docs/payments/affirm#payment-options it has a minimum amount of $50USD for example
Ohh okay, I'll try that. So do these payment method also only show up if you are in a specific country?
Many payment method have their own restriction: country of your account, country where the customer lives, currency the payment is in, minimum/maximum amounts, etc.
Okay, is there a way to test different payment methods that have a specific country as a requirement?
I am implementing a stripe interface for customers that come from different countries
It should just work really, you don't need to do anything. What can happen is that they try to use say Klarna but aren't US based so it'll error but that's uncommon
Yes I believe it should work. Thing is, I need to ensure UI design is good. So different payment methods, especially the non card payments have different designs. I was just wondering if there is a way to test all these payment methods, so that I could check that each of these payment methods design is perfect.
you can test all payment methods already, nothing blocks you from that
if you want to see Affirm for example, create a PaymentIntent for $100 USD and that will appear
Ohh okay, but I did that and it didn't work. Let me show you the payment intent id
pi_2MjB3GX9x3rssu8w14CqWre1
affirm is not enabled in your account for automatic payment methods
Is this how it should be done? This is in the settings/payment_methods
are you sure you look at the right account? My tools internally tell me Affirm is off on the account where you created the PaymentIntent you gave me
ohh, so I could be wrong account? Are you sure about this? I need to ask my boss.
I don't know, do you see the PaymentIntent id you gave me in that account?
Ohh yeah, I don't see it. So sorry for the trouble. I'll verify this with my boss.
Thanks by the way
all good 🙂
you can try in your own account with your own API keys and you should see Affirm in that case
Alright I'll try that. Thanks!