#Dan (ClassFit)
1 messages ยท Page 1 of 1 (latest)
๐ happy to help
To add. This isn't everyone. Most people are fine. There are some edge case scenarios that we're struggling with though.
We found 2 examples so far based on what format of answers you accept.
Phone
- +44 0779456545
Not accepted due to 0 at the start of the number.
Zip/postcode
- B45 8PH
Not allowed due to space.
But the plugin doesn't tell the user there is an issue or what the issue is.
would you mind sharing the request ID? https://support.stripe.com/questions/finding-the-id-for-an-api-request
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
We think there are more too as we have users who have done this right as far as we can tell but still not working.
Sorry just getting this for you
the one that failed
the request ID or the payment Intent ID
req_zvYMNjRysLhYmx
req_2rLOKk1ua8POIr
SO I asked them to try again 1 hr ago. They emailed back saying this.
During that time period I can see names on all other logs, so I don't think it is one of those. I think it must be these final 2
Hi there ๐ jumping in as my teammate needs to step away soon. Can you tell me a lot more about what is happening and your integration. You mentioned implementing "Stripe's card details plugin", would you be referring to our Payment Element,
https://stripe.com/docs/payments/payment-element
Card Element,
https://stripe.com/docs/payments/card-element
or something else?
Where are your customers seeing these errors being raised?
The two requests you shared failed, and their responses include explanations of why (one because a Setup Intent was in an unexpected state as it had already succeeded, and the other because a parameter was missing a value).
This element
I'm also not 100% sure the logs are registering
I have all the details the client has put through, and they all look right. I can't see any anomaly as to why their several attempts aren't working but others are.
If I give you the client names, are you able to see anything your side?
No, this is a public forum, please do not disclose PII here.
Would encourage you to remove the phone number from your previous message.
Is that the Card Element alongside our Address Element? I'm not sure that is a supported combination.
Are the request IDs that you shared from one of these problematic attempts?
I asked the clients to try again and they responded within 1hr. During that time period I can see several logs but none of them have their names on, and there are these 2 which have no names on.
So either these IDs correspond with their failed attempts, or their attempts are not registering in the logs - despite charging ยฃ0.01 through their bank.
What would you recommend instead?
I believe Address Element is supposed to be used with the Payment Element, but I'm not confident whether it functions with the Card Element.
How are you collecting information from those Elements in your integration? Can you reproduce this in your test site if you use values similar to the ones your Customers reported having problems with?
I'm asking, BRB
Looking through logs for the account, I'm not readily seeing examples of requests setting up or creating Payment Methods that are failing. Instead I'm seeing attempts to process payments (Payment Intents being created and confirmed from your server-side code) that are throwing errors. Is it processing the payment that is causing problems in your flow?
Do you have a Customer ID (from the Stripe Customer object) that is related to one of the customers having problems?