#Dan (ClassFit)

1 messages ยท Page 1 of 1 (latest)

silk violetBOT
true wadi
#

๐Ÿ‘‹ happy to help

deep onyx
#

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.

true wadi
deep onyx
#

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

deep onyx
#

is this what you're after?

true wadi
#

the one that failed

deep onyx
#

So I suspect it is one of 2, but difficult to tell

#

What data can I pass to you

true wadi
#

the request ID or the payment Intent ID

deep onyx
#

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

stray ridge
#

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).

deep onyx
#

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?

stray ridge
#

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?

deep onyx
#

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.

deep onyx
stray ridge
#

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?

deep onyx
#

I'm asking, BRB

stray ridge
#

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?