Peru
Below you will see the fields designated for the country Perú.
Document Type
Description
ID for individuals and/or legal entities
Length
Data Type
Mandatory for methods
Examples
Example: How to validate IDs through the api?
{
"document": {
"id" :"30.784.589",
"type" :"DNI"
},
"country" : "PER"
}{
"document": {
"id" :"001043328",
"type" :"CE"
},
"country" : "PER"
}{
"document": {
"id" :"20538995364",
"type" :"RUC"
},
"country" : "PER"
}Last updated
Was this helpful?