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