#gilbert_code
1 messages ¡ Page 1 of 1 (latest)
đ Welcome to your new thread!
â˛ď¸ We'll be here soon! We typically respond in a few minutes, but in some cases we might need a bit more time (e.g., server's busy, you've got a complex question, etc.).
âąď¸ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can start a new thread if you have another question.
đ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1248406571533205606
đ Have more to share? Add details, code, screenshots, videos, etc. below.
Hi there!
Do you have an example PaymentIntent ID or request ID?
What you're doing above is not supported. Bank networks don't allow small charges like this to "verify" a card.
If your goal is to allow a customer to save a payment method that you will use to charge them at a later date, you should use SetupIntents instead: https://docs.stripe.com/payments/save-and-reuse
@zinc beacon let me know if you still need help!
Yeah, still need help.
The whole aim is for clients to create an api key on our platform, for that to happen, they need add their valid cards, we charge $1 for every card added to the platform.
We do this using the "paymentIntents". Just like I stated, when some clients try to add their cards no matter how many cards they try adding, the get the error "This payment method was used without being attached to a customer or was detached from a customer and may not be used again".
It does work for some other clients though, which is quite confusing.
Note: we also charge this card for additional payments in the future.
we charge $1 for every card added to the platform
Why exactly?
Also, do you have an example PaymentIntent ID or request ID that I can review?
Honestly, what you're requiring does not really help answer the question or solve the problem.
Thanks for trying.
Hi there, I could try to assist if you provide an example PaymentIntent Id pi_xxx