Document types
When requesting to create a session, if you use any of the payer
, buyer
or shipping
structures, you must send one of the following codes in the documentType
attribute depending on the country:
Important note
Depending on the type of document sent, the system will perform the validation based on the following regular expressions
Ejemplo
{
"name": "Erika",
"surname": "Howe",
"email": "[email protected]",
"documentType": "CC",
"document": "3572264088",
"mobile": "3006108300"
}