Creates a third-party account holderAsk AIpost https://api.sandbox.cuentamono.com/v1/ledger/account_holdersCreates a new third-party account holder and associates it to the tenant.Body ParamsAttributes to create a third-party account holderaddressobjectrequiredContains the address information related to the account holder.Address objectemailstring | nullAccount holder's emailexternal_idstring | nullrequiredRepresents a unique external_id generated and provided by the API user. The API user is responsible to generate and provide a unique id for all their organization's account holders.metadataobject | nullA tenant-managed flat map for providing additional data about the account holder. The values are stored and displayed as strings, and the provided information will be returned as-is in the account holder details.metadata object | nullpersonobjectrequiredContains the specific person information of the account holder.person objectphone_numberstring | nullAccount holder's phone numberHeadersx-idempotency-keyuuidIdempotency key in UUID formatResponses 200Successful response when it finds the request with the same idempotency key 201Successful response 400400 Bad Request 401401 Unauthorized 403403 Forbidden 422422 Unprocessable ContentCallbackUpdated 6 months ago