Replies: 2 comments 2 replies
-
Has no one resolved this yet? Up, this error is directly in Mercado Pago's code. Can someone please help? |
Beta Was this translation helpful? Give feedback.
0 replies
-
I'm receiving this error in test mode using backend with GO. Test card used: Token generated: {
"token": "86f56cf78120109f20b65910a8e86b53",
"issuer_id": "25",
"payment_method_id": "visa",
"transaction_amount": 1100,
"installments": 1,
"payer": {
"email": "test@test.com",
"identification": {
"type": "CPF",
"number": "12345678909"
}
}
} Backend Response when try to create an order: {
"errors": [
{
"code": "failed",
"message": "The following transactions failed",
"details": [
"PAY01JXGPA01KYVYCR3TSSCP7CPF0: invalid_card_token"
]
}
],
"data": {
"id": "ORD01JXGPA01KYVYCR3TSSA0JW446",
"type": "online",
"processing_mode": "automatic",
"external_reference": "8b838aee-dd29-4a67-a081-dcd8c56ece5f",
"total_amount": "1100.00",
"country_code": "BRA",
"user_id": "238958015",
"status": "failed",
"status_detail": "failed",
"capture_mode": "automatic_async",
"currency": "BRL",
"created_date": "2025-06-11T23:48:18.612Z",
"last_updated_date": "2025-06-11T23:48:19.258Z",
"integration_data": {
"application_id": "7532083113972835"
},
"transactions": {
"payments": [
{
"id": "PAY01JXGPA01KYVYCR3TSSCP7CPF0",
"amount": "1100.00",
"reference_id": "0003v50mvn",
"status": "failed",
"status_detail": "invalid_card_token",
"payment_method": {
"id": "visa",
"type": "credit_card",
"token": "86f56cf78120109f20b65910a8e86b53",
"installments": 1
}
}
]
}
}
} Any suggestion?
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hola,
Al intentar crear un pago usando el SDK o el API obtengo como resultado que el token es invalido.
La respuesta del request anterior es:
El resultado con el SDK o el API siempre es el mismo
Alguna idea?
Beta Was this translation helpful? Give feedback.
All reactions