ClientObject
iduuid
Unique client identifier.
paymentHubIdintegernullable
ID of the associated PaymentHub.
hubNamestringnullable
Name of the associated PaymentHub.
namestring
Full legal name of the client.
taxIdstring
Tax identification number (CUIT).
cashinCallbackUrlurinullable
Webhook URL configured to receive cash-in notifications.
externalReferencestringnullable
Your internal reference for this client.
metadata object
Custom metadata.
property name*any
Custom metadata.
emailsstring[]
Contact email addresses.
phonesstring[]
Contact phone numbers.
aliasPrefixHintstringnullable
Requested CVU alias prefix hint.
aliasSuffixHintstringnullable
Requested CVU alias middle segment.
cvustringnullable
22-digit CVU assigned to this client. Null if still provisioning.
Example:
0000726100000000014782aliasstringnullable
Human-readable CVU alias. Null if still provisioning.
Example:
ACMESA.HUB1cvuStatusstring
Current status of the dedicated CVU provisioning.
Possible values: [not_provisioned, provisioning, active, provisioning_failed, disabled]
createdAtdate-time
ISO 8601 timestamp of client creation.
ClientObject
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"paymentHubId": 0,
"hubName": "string",
"name": "string",
"taxId": "string",
"cashinCallbackUrl": "string",
"externalReference": "string",
"metadata": {},
"emails": [
"string"
],
"phones": [
"string"
],
"aliasPrefixHint": "string",
"aliasSuffixHint": "string",
"cvu": "0000726100000000014782",
"alias": "ACMESA.HUB1",
"cvuStatus": "not_provisioned",
"createdAt": "2024-07-29T15:51:28.071Z"
}