Replies: 1 comment 1 reply
-
Hello @Oteiza-a! In the result of mp.getPaymentMethods there is a field called You can see more about accessing this property in the issuer part from the documentation: https://www.mercadopago.com.br/developers/en/docs/checkout-api/integration-configuration/card/integrate-via-core-methods#bookmark_get_issuing_bank. Also, it seems a nice opportunity to inform you that further questions related on integrating our products are best addressed by contacting support directly: https://www.mercadopago.com/developers/en/support/center/tickets Hope it works out to you! 🙂 |
Beta Was this translation helpful? Give feedback.
-
I am using the
mpinstance.fields.createCardToken
function, from the Core Methods to generate the card token to save that card and then generate the payment, and i am using it as seen in the Core Methods docs:But i was wondering if the
identificationType
andidentificationNumber
are mandatory, because i was actually able to do it by just sending thecardholderName
, but maybe that could have negative repercussions in the future, that's why i am making this question.As for why i am asking, it's just because it would improve the UX of the frontend to have less form fields that the user has to fill to
make the payment.
Thanks in advance
Beta Was this translation helpful? Give feedback.
All reactions