Back to All

/Checkouts don't accept some characters '(' ')'

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)"

  1. Is this right?
  2. Where I can verify all not allowed characters?
  3. There is others parameters with this kind of validation?
Admin

hi luiz.


yeah, you are right those characters aren't allowed.

we allow characters such as


0-9
a-z
A-Z
.

,

and special characters like Γ±Γ‘


please let me know if this solve your doubts

ο»Ώ