Internal error payments sandbox market paid

1

Good evening. I'm doing integration, sandbox, in the paid market and I'm taking the following error:

{
"message": "internal_error",
"error": null,
"status": 500,
"cause": []
}

The body of the transaction:

{
"transaction_amount": 1,
"token": "{{TOKEN_CREDT_CARD}}",
"description": "Notebook",
"payment_method_id": "master",
"installments": 1,
"payer": {
    "email": "[email protected]",
    "entity_type": "guest",
    "type": null,
    "id": "{{ID_PAYER}}",
    "identification": {
        "type": null,
        "number": null
    },
    "first_name": "first_name",
    "last_name": "last_name"
},
"order": {
    "type": "mercadopago",
    "id": 1
}

}

I'm generating the credit card token as follows:

{
"email": "[email protected]",
"cardNumber": "5031**********351",
"securityCode": "999",
"expirationYear": "2999",
"expirationMonth": "02"
}

cardNumber: I get the card examples from the marketplace itself. The intriguing is that even with this error, if I try again, api says that the token on the card is invalid, as if the transaction had been successful.

I'm testing on POSTMAN.

    
asked by anonymous 10.02.2018 / 02:46

0 answers