MercadoPagoError: internal_error #240
Closed
buuhvprojects
started this conversation in
General
Replies: 3 comments 5 replies
-
Hello @buuhvprojects! We are sorry for the inconvenience Are you still facing the same problem? |
Beta Was this translation helpful? Give feedback.
2 replies
-
Thank you @lucmantovani. The problem was solved. The app has been tested and is working. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hello @lucmantovani, I am facing the internal_error, but from the API, using the SDK "mercadopago": "^2.0.3". It's my payload: {
"external_reference": "653e90ddfe16c98598e937ff",
"transaction_amount": 500,
"description": "DESCRIPTION",
"payment_method_id": "pix",
"statement_descriptor": "STATEMENT",
"installments": 1,
"date_of_expiration": "2023-10-29T18:05:52.815Z",
"additional_info": {
"items": [
{
"id": "653498b6867bd029701f6dd8",
"quantity": 1,
"unit_price": 500,
"title": "PRODUCT"
}
]
},
"payer": {
"first_name": "Teste",
"last_name": "Test",
"email": "[email protected]",
"identification": {
"type": "CPF",
"number": "11111111111"
}
}
} and it is the API result: {
"message": "internal_error",
"error": null,
"status": 500,
"cause": []
} Can you help me? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Generic Server Error when Creating Payment using MercadoPago SDK using DEV TOKEN
Description:
I am encountering a generic server error while attempting to create a payment using the MercadoPago SDK in my TypeScript project. The version of the SDK I am using is "mercadopago": "^1.5.16".
Request Payload:
Response Error
Beta Was this translation helpful? Give feedback.
All reactions