#ElihuCR
1 messages · Page 1 of 1 (latest)
Hi 👋
What are you trying to integrate?
I have an integration, with react native, and backend with nodejs
What Stripe products are you integrating with?
My flow is to save the client's card, so that later I can use it to pay, the problem I have is that BBVA bank fails 95% of the time, any other bank works correctly.
Do you have an example API request ID for a request that fails with this bank so I can take a look?
Here's how you can find a request ID: https://support.stripe.com/questions/finding-the-id-for-an-api-request
Can you provide the ID like I asked? The screenshot doesn't help me much
req_S3CgzAOQb9SwQG
Unfortunately this is just the message that the bank returned to us. There isn't much we can do about it. The customer needs to contact their bank to understand why these charges are being declined.
a client was able to speak to the bank, the executive commented that the cvv was not being sent
Our logs show the CVC was present but that the bank's network did not support the CVC check when the Payment Method was created in this request https://dashboard.stripe.com/logs/req_yo2D9XM8VB9Bmt
From the stripe console it let me make the manual payment, but from the integration of the application it shows the aforementioned error
Do you have the ID for the manual payment?
req_0TpdJKIrmeSiGN
That payment is using a different payment method
The failed payment is using pm_1NJN29DtBqxROR8ZKN5AKyHi
The successful one is using pm_1NJNJXDtBqxROR8Zx5hNB8bY
This id req_Jgeb4HKNO3cjLF is one with the same payment method as if I passed
Hello! I'm taking over and catching up...
Is your question why did that last request get declined?
It is correct, but specifically I have this error with only one specific bank which is bbva, it provides my integration with other banks and the operation is correct
You would need to contact the bank to find out why they declined the transaction.
but all transactions from different clients of the same bank are rejected, not one in specific, just
Right, but we're not the bank. We can't tell you why this one was declined when the other went through. Only the bank knows why they made that decision.
but the one that happened was from the stripe dashboard, the one that was rejected was from our integration
Yep, I understand that.