curl --location --request POST '/cash/v1/charges/init' \
--header 'Private-Merchant-Id: {{PE-Private-Merchant-Id}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"token": "{{token}}",
"expirationDate": "2022-12-19 21:00:00",
"amount": {
"subtotalIva": 0,
"subtotalIva0": 50,
"iva": 0,
"extraTaxes": {
}
},
"fullResponse": "v2"
}'{
"code": "C003",
"message": "Token inválido."
}