#ctra-paymentelement-paymentmethod

1 messages · Page 1 of 1 (latest)

soft tokenBOT
open mesa
#

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?

hollow tulip
#

Alright give me a sec

#

I am defaulting currency to: USD
Payment Intent ID: pi_2MjAuOX9x3rssu8w0LFM0XrN

#

The amount, I'm just using $1

open mesa
#

so what's missing/what's the problem?

hollow tulip
#

The problem not all the payment method I have activated on my dashboard are showing up on the PaymentElement

open mesa
#

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

hollow tulip
#

For instance, Affirm?

open mesa
hollow tulip
#

Ohh okay, I'll try that. So do these payment method also only show up if you are in a specific country?

open mesa
#

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.

hollow tulip
#

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

open mesa
#

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

hollow tulip
#

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.

open mesa
#

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

hollow tulip
#

Ohh okay, but I did that and it didn't work. Let me show you the payment intent id

#

pi_2MjB3GX9x3rssu8w14CqWre1

open mesa
#

affirm is not enabled in your account for automatic payment methods

hollow tulip
#

Is this how it should be done? This is in the settings/payment_methods

open mesa
#

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

hollow tulip
#

ohh, so I could be wrong account? Are you sure about this? I need to ask my boss.

open mesa
#

I don't know, do you see the PaymentIntent id you gave me in that account?

hollow tulip
#

Ohh yeah, I don't see it. So sorry for the trouble. I'll verify this with my boss.

#

Thanks by the way

open mesa
#

all good 🙂

#

you can try in your own account with your own API keys and you should see Affirm in that case

hollow tulip
#

Alright I'll try that. Thanks!