v1
latestOpenAPI 3.1.02026-07-266133267.6 KBCreate Entity
Create a sub-entity for your account
Request body
Name of the entity
Type of the entity
Email of the entity
A short description of the business
Tax ID of the entity
Industry Vertical
Entity website
Business Registration Number
Business Registration Date, Format DD-MM-YYYY
true or false, default is false
Statement Descriptor for the entity
Merchant's internal reference ID for the entity
Set of key-value pairs to attach to the entity
The entity's relationship with you
The capabilities the entity intends to use. Possible values - collect, payout. In case you only want to add global collection account on behalf of the entity, pass collect. If you want to only make payouts on behalf of the entity, use payout. In case you want to do both, pass ["collect","payout"]
Link to the complete onboarding package for the entity
ID of the entity this entity is created on behalf of
Response
200
Indicates the result of the API call.
Optional message providing context or additional information about the response. Can be empty.
Example response
{
"data": {
"purpose_of_use": [
"payout"
]
}
}