#null7229
1 messages · Page 1 of 1 (latest)
Hi, let me help you with this.
Could you please share the Request ID req_xxx? https://support.stripe.com/questions/finding-the-id-for-an-api-request
Are you sure cvcElement is not empty?
Could you please copy and paste here the request ID?
req_OzNDt8tncpUBm7
I see that this request is made from your backend. How is this possible?
Are you using stripe-node in your frontend app?
No I am using stripe react js package
Backend nodejs is giving me payment intent with off_session: false and confirm: false
That's not the ID you shared.
ok let me see
check this req_LanoRGkDEtheuY
I have also tried immidiate payment by setting confirm: true on backend nodejs but that is also giving same error
@novel tusk
Are you passing in raw CVC to the API?
you should use CardCVCElement instead
https://stripe.com/docs/payments/save-during-payment-cards-only?platform=web#web-recollect-cvc
I am using the CardCVCElement
Here is the implementation
oh interesting
Seems the id that start with card_ is causing error but id that start with pm_ works fine
Note: I am on test environment
I think this is due to Card objects are a bit different than PaymentMethod objects
Checking how you can recollect cvc with card objects
We're still investigating this as the error feels wrong
ok let me know if there is any solution I don't seem to find anything in regards to this in developer documentation