Foro
/Checkouts don't accept some characters '(' ')'
28 days ago by Luiz Softov
Hi, testing /checkouts api, I was getting a error.
{
"details":[
{
"debug_message":"Invalid format for \"name\".",
"message":"Formato inválido para \"name\".",
"param":"name",
"code":"conekta.errors.parameter_validation.name.invalid"
}
],
"object":"error",
"type":"parameter_validation_error",
"log_id":"XXXXXXXXXXXXXXX"
}
When debugging, I verified that the user configured a name: "Payment (Internal)"
.
The same information is configured in order_template.line_items.name: "Payment (Internal)"
- Is this right?
- Where I can verify all not allowed characters?
- There is others parameters with this kind of validation?