Replies: 1 comment
-
Oi, @Asp3cTy Mesmo sendo aberto, este espaço não pretende ser uma ferramenta de suporte a erros inesperados da plataforma e suas integrações. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
curl -X POST https://api.mercadopago.com/v1/card_tokens
-H "Authorization: Bearer TEST-XXXXXXXXXXXXXXXXXXXXXXXX-public-key"
-H "Content-Type: application/json"
-d '{
"card_number": "4235647728025682",
"expiration_month": 11,
"expiration_year": 2030,
"security_code": "123",
"cardholder": {
"name": "APRO",
"identification": {
"type": "CPF",
"number": "19119119111"
}
}
}'
e estou recebendo:
{"message":"an error occurred doing POST card_token","status":500,"error":"internal_error","cause":[{"description":"an error occurred doing POST card_token","code":"E603"}]}
Beta Was this translation helpful? Give feedback.
All reactions