#Don-SRC
1 messages · Page 1 of 1 (latest)
Secure Remote Commerce
https://stripe.com/docs/secure-remote-commerce is this doc that you are looking for? I'm afraid that it's not yet in Spanish.
I already reviewd this doc
if not SRC how I can support amex card payments in Spain?
Secure Remote Commerce is only available in the U.S. at this time.
it's not available in Spain yet.
ok but https://stripe.com/docs/amex-express-checkout this is depricated and I cant understand what is the correct way to support amex cards
I see, I'll recommend Stripe Checkout to get started. Stripe Checkout support a huge range of payment methods, including amex https://stripe.com/docs/payments/checkout
I already kind of using that, visa and mastercard works well
but amex cards not working
I have just normal flow
that's strange, do you have a payment intent ID so I can take a look?
setup intent > creation of payment method
then paying using paymentintent > confirm
I'll try to find the id in dashboard
Since we are here I would like to discuss about other issue I have
We have a Payment Method (call it PM for short), Payment Intent (PI) and customer (C)
now if I'll pay without C and then try to use PM with C I have an error saying that "card was used without C or is attacked to another C so you cant use it"
so then was thinking why we have limitation that PM should be attacked to a single C only?
lets say I use online shopping built with the stripe and shopping uses PM attached with C
if my friend will borrow my card he wont be able to pay because PM is attached on me
so I need to detach it to attach to my friend and then when he will return card back to me I need to detach from him and attach on me?
I think I miss understood something here
you cannot detach the PM from a customer to another customer, you can create a new PM and attach it to the new customer.
but can I have two PM of the same card attached to a two different c?
Yes the same card can be used to create multiple PM. And then each PM can be attached to a different customer.
thank you, previously stripe support told me that this was not possible, maybe I didnt understand it correctly