ListClientsResponse
truedata object[]
Unique client identifier.
ID of the associated PaymentHub.
Name of the associated PaymentHub.
Full legal name of the client.
Tax identification number (CUIT).
Webhook URL configured to receive cash-in notifications.
Your internal reference for this client.
metadata object
Custom metadata.
Custom metadata.
Contact email addresses.
Contact phone numbers.
Requested CVU alias prefix hint.
Requested CVU alias middle segment.
22-digit CVU assigned to this client. Null if still provisioning.
0000726100000000014782Human-readable CVU alias. Null if still provisioning.
ACMESA.HUB1Current status of the dedicated CVU provisioning.
Possible values: [not_provisioned, provisioning, active, provisioning_failed, disabled]
ISO 8601 timestamp of client creation.
pagination object
Current page number
1Items per page
20Total number of items
150Total number of pages
8{
"success": true,
"data": [
{
"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"
}
],
"pagination": {
"page": 1,
"limit": 20,
"total": 150,
"totalPages": 8
},
"timestamp": "2024-07-29T15:51:28.071Z"
}