#charlie_code
1 messages · Page 1 of 1 (latest)
👋 Welcome to your new thread!
⏲️ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
⏱️ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always 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/1375483286662680657
📝 Have more to share? Add more details, code, screenshots, videos, etc. below.
Can you share request IDs
Theres actually no requests IDs because it doesnt create an event
The ones that do 1RRBkxAHtq4LS481qJNG8ZkA
1RRR5UAHtq4LS481eoWXkqLt
If that error is being returned, I believe there will be a request ID.
Can you provide an account ID?
evt_1RRR5UAHtq4LS481eoWXkqLt
This one is the most accurate one we are getting
that is relevant to this case
acct_1RO8E2AHtq4LS481
We have been desperately trying to contact support and they have been no help 😭
Taking a look
Thank you!
This is the related request req_MIX6bYAySmgn3k
Is that the request that I put in a couple of days ago?
This request was made via the API yesterday.
Just a heads up, it looks like you're including the subscriber's password in the metadata of the request. I do not recommend doing that.
Okay I just got rid of it let me try
I don't believe that's the reason for the declines. I was just pointing it out to you.
You are right that wasn't the problem but we got rid of the regardless!
I do want to note a couple of things. My partner's card works and he is from Pakistan. Anyone from the US that has tried has mostly failed except 1 person. It either gets declined or it shoots out "an error has occurred." 2nd anomaly: I turned off card payments via stripe and he was still able to get through the system using his card.
Ok, looking at the example you provided. There was a processing_error returned by the issuer which has nothing to do with us. This was returned when we attempted to validate the card.
Do you have another example you can share?
Yes
evt_1RRpLPAHtq4LS481Q02RNbPT
evt_1RRp5xAHtq4LS481BEa0G5fs
all of these are failing
I have more one second
evt_1RRSoJAHtq4LS481ri5u9iGm
evt_1RRSneAHtq4LS481eGMz1p5H
evt_1RRp5xAHtq4LS481BEa0G5fs this charge was declined by the issuer
All the other ones are "error processing please try again" Do you know why it would be shooting this message out
It has been happening to all of our customers from the US
Not sure why because they all appear to be happening at the issuer level.
I understand if its one person maybe 2 but 10+ people have tried and no one can get through
Since other countries work we are swaying towards a security issue? We have tried adjusting the 3ds but that hasn't worked either do you have any suggestions
Do you know what the "error processing please try again" is trying to tell us? Is this a webhook issue?
No it's not a webhook issue. The events are being returned without issue. I'm double checking things on my end.
Okay thanks
Hi Timebox!
Hi hi! I’m going to be taking over for my colleague here. If you look at the events, the last_setup_error shows the issue. Two of these were https://stripe.com/docs/error-codes/processing-error and the other two are pretty clearly described.
Declines aren't something we normally help with here, as we only work on integration issues - and from everything I can see here, this isn't an integration issue, but since this is technically a public forum we can't go into a ton of detail.
I suspect you got a bunch of these totally normal failures in a row - like a run of heads on a coin flip - that made it look significant, but it doesn't seem to be.
If you need further details or specifics, you'll need to reach out to Support for them.
One quick note, I had all my friends try with their cards and it doesn't work either they get the same "error processing please try again" you don't suspect it to be something wrong with integration ?
Many customers have been telling me they can't subscribe either
Let's disregard the declines what do you suspect the error processing to be connected with?
Declines.
It's really this simple:
EITHER Stripe is broken on the whole for card purchases AND somehow we don't know about it at least 2 hours in,
OR these are declines AND they just look like they're more than that.
OR it's something related to your account which I could neither look into nor share the results of in a public forum - in which case, Support can do that for you: https://support.stripe.com/?contact=true
Okay thanks let me look into the account related because we did have something for this
I appreciate it chicken man!
Sorry one last thing const session = await stripe.checkout.sessions.create({
mode: "subscription",
payment_method_types: ["card"],
customer_email: email,
line_items: [{ price: priceId, quantity: 1 }],
discounts,
metadata: {
name,
email,
// password,
planType,
referralCode: referralCode?.toLowerCase() || "",
},
subscription_data: {
trial_period_days: 3,
},
success_url: ${process.env.FRONTEND_URL}/login,
cancel_url: ${process.env.FRONTEND_URL}/signup,
});
Do you see anything wrong in this code
Inconsistent indenting? 🤪
I mean, your success_url and cancel_url values - which do appear to be template literals - don't appear to be in quotes?
Sorry on a copy and paste its not there but it is indeed on there, but other than that it looks okay? Also, would you happen to know why I disabled the card payments but my partner's card still worked. I suspect theres something definetly wrong because of this
I'm sorry that I'm not being clear here: as far as I can see, these are declines coming from the bank that issued the credit cards, and have absolutely nothing to do with how you have integrated Stripe.
There is nothing you can do in these cases short of asking someone to try again, and potentially with a different payment card.
I may be misunderstanding, but the "error processing please try again" is linked to declines?
from the bank?
That is my understanding, but again, this is a question for Support.