MercadoPago doesn't see my cardForm form as SecureFields #202
-
So I have my integration up and running, my score is 76/100, but one of the recommendations of mercadopago is to use secureFields. The only reference about it I found was this migration link Have in mind I'm using the latest version already, and since I'm using a non-central method like cardForm, none of these migration steps apply because cardform is doing everything for me right? I'll show some snippets of code, I have a Vue 2.7 app running: payments.php:
Payments.vue:
I want to understand what's missing in my code in order to make them secureFields and get these 8 extra points, which apparently I need urgently since mercadopago is rejecting a lot of credit card for no apparent reason other than the one we suspect, which is the score being too low. Thanks in advance |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hello. Hope this helps, if you have any follow up questions, feel free to ask. |
Beta Was this translation helpful? Give feedback.
Hello.
Thanks for your question.
In your integration, you configured the setting
iframe
asfalse
. This disables the Secure Fields.To enable Secure Fields, change the setting to
true
.Please follow the steps in our documentation to use the Card Form in the recommended manner.
For reference, check our technical documentation.
Hope this helps, if you have any follow up questions, feel free to ask.