#mattirg
1 messages · Page 1 of 1 (latest)
Can you share the request ID (req_xxx) with this error? Here’s how you can find it: https://support.stripe.com/questions/finding-the-id-for-an-api-request
What are you trying to achieve in https://dashboard.stripe.com/test/logs/req_AA0yDpdWbfapUK ? When your system attempted to confirm the payment, there is no payment method set in the request, so the payment can't be performed
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
No test card is used
A test card is used, and as stated, every other card seems to work fine. But the "last_payment_error" part of the log seems to give me the fraud error I am looking for. I thought the error would come as a "CardError" like when an Insufficient funds decline happens.
And in the docs it also seems like the structure of the error object looks different.
Sorry, my bad! Indeed that there was a test card used. The payment was blocked from the risk rule: https://dashboard.stripe.com/test/payments/pi_3NOboMGJQg23oz6P1KE4NelU
We recommend to check the last_payment_error for the decline_code to find out the decline reason
Is there a place i can read more about the decline_codes? I seem to have a bit of a problem navigating some of the docs...
You may find decline code here: https://stripe.com/docs/declines/codes
Thank you for your help!
No problem! Happy to help 😄