Download OpenAPI specification:Download
API for creating account onboarding in the ONZ platform.
This API allows account creation for:
Endpoint for creating account onboarding in the platform
| accountType required | string Value: "NATURAL_PERSON" |
required | object (Person) |
{- "accountType": "NATURAL_PERSON",
- "person": {
- "name": "John Smith",
- "socialName": "Johnny",
- "document": "55389012704",
- "phone": "49999464580",
- "address": {
- "zipCode": "89900000",
- "address": "Itaberaba Street",
- "number": "1070",
- "complement": "Room 304",
- "district": "Downtown"
}
}
}{- "message": "Onboarding created successfully",
- "id": "4fdd34d2-e9fa-4bb5-bfeb-84281f77f19a",
- "status": 1
}This endpoint allows uploading identification documents and a selfie for a previously created onboarding process.
Accepted image types:
| id required | string <uuid> Onboarding ID |
| type required | string Enum: "FRONT" "BACK" "SELFIE" Type of the image being uploaded |
| file required | string <binary> Image file (JPG or PNG, max 10MB) |
{ "type": "FRONT", "file": "(binary)" }
{- "image": {
- "type": "FRONT",
}
}