#baymax
1 messages ยท Page 1 of 1 (latest)
Hi! Can you share the request ID (req_xxx)? Here's how you can find it: 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.
Hey Jack, thanks for taking the time to reach me. I'm doing carding. but my high balance bins are not working currently which works like generated cards on namso-gen.com to direct stripe checkout. i always get error like - try_again_later when i inspect the v1/Confirm Request
Ik this is illegal, but my bin doesn't give any chargeback ๐
previously this bin was working - 515255100373xxxx|10|2024|rnd now this is patched too ๐ญ
Do you have the request ID?
Is this the correct request ID? because the response code is 200 and there's no error.
hold on. i copied incorrect id, sorry for the confusion!
req_zFuYe27ls9pjfI here it is
"last_payment_error": {
"charge": "ch_3MiWv3FoQollccOg17hgztu0",
"code": "card_declined",
"decline_code": "try_again_later",
"doc_url": "https://stripe.com/docs/error-codes/card-declined",
"message": "Your card was declined.",
"payment_method": {
"id": "pm_1MiXGZFoQollccOgA7b73XTS",
"object": "payment_method",
"billing_details": {
"address": {
"city": null,
"country": null,
"line1": null,
"line2": null,
"postal_code": "10080",
"state": null
},
OK. A 3DS flow was triggered in the payment, and the 3DS authentication wasn't completed successfully.
but the bin i am using is non 3d
this bin doesn't required the 3d auth
and previously i was using this bin i didn't see any errors like this
my all bins are patched like this ๐ญ ๐ฆ
btw, you've also set up a custom radar rule
sir, i am doing carding
i don't own this account
this is just i did inspect element to check the request
That radar rule will Request 3DS if 3D Secure is supported for card
You might want to check with the account owner and ask if this rule is needed.
gotcha
one more thing i wanted to know
i saw many times their are 2 types of secret keys example -
sk_testiffe89wfyfivegf4t38f47ft4f74tf847fot4f84tf487f4t8ft478fghdbvghqdgwvwdjwdvwddwqdwjdwvdwdqjd This one
and this sk_testheufhefifhu2fh33g3fu2g
what's the difference between them?
You mean different lengths of secret keys?
yep
https://stripe.com/docs/keys I don't see anything about the length in the public doc.
Did you any problem with any of these secret keys?
i don't have any problem but i was just wondering, you don't have internal access to stripe for debugging or someting?
I can help with debug if there's a problem.