CreateClientRequest
ID del PaymentHub al que asociar el cliente. El hub debe tener CVUs dedicados habilitados.
4Nombre legal completo del cliente.
Possible values: <= 255 characters
Acme SANúmero de identificación fiscal (CUIT) del cliente.
Possible values: <= 64 characters
30-12345678-9Your webhook URL to receive notifications when this client receives a bank transfer. Basilic will POST the event payload to this URL.
https://tu-sistema.com/webhooks/cashinList of contact email addresses for the client.
["contacto@acme.com"]List of contact phone numbers for the client.
["+541112345678"]Suggested prefix for the CVU alias. The final alias is assigned by the platform.
Possible values: <= 30 characters
acmesaYour internal reference or ID for this client (e.g., from your ERP or CRM).
Possible values: <= 255 characters
ERP-001metadata object
Arbitrary key/value pairs for your own use.
Arbitrary key/value pairs for your own use.
{
"paymentHubId": 4,
"name": "Acme SA",
"taxId": "30-12345678-9",
"cashinCallbackUrl": "https://tu-sistema.com/webhooks/cashin",
"emails": [
"contacto@acme.com"
],
"phones": [
"+541112345678"
],
"aliasPrefixHint": "acmesa",
"externalReference": "ERP-001",
"metadata": {}
}