Account Holders
Create account holder
Create an account holder. Once created, you can create related accounts (internal or external).
post/account_holders
Request body
Example request
{
"name": "PartnerCo SAS",
"metadata": {
"property_a": true,
"property_b": "some text"
}
}Response
200
Example response
{
"name": "EndCustomerCo",
"object": "account_holder",
"metadata": {
"property_a": true,
"property_b": "some text"
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.