Creates a KYB entity associated with the given account with status PROCESSING. If an entity already exists for the account, the existing entity_id is returned.
KYB Entity Onboard Request
KYB entity created or already exists
Invalid input.
Unauthorized access.
Service unavailable or server error.
{- "user_email": "testing@tilia.com",
- "entity_name": "Tilia Entity",
- "jurisdiction": "domestic"
}{- "status": "Success",
- "message": null,
- "codes": null,
- "payload": {
- "entity_id": "ent_2V2RYOBpuscTtZmpDhlTWeJtJdw",
- "vendor_response": { }
}
}