Saltar al contenido principal

CreateClientRequest

paymentHubIdintegerrequired

ID del PaymentHub al que asociar el cliente. El hub debe tener CVUs dedicados habilitados.

Example: 4
namestringrequired

Nombre legal completo del cliente.

Possible values: <= 255 characters

Example: Acme SA
taxIdstringrequired

Número de identificación fiscal (CUIT) del cliente.

Possible values: <= 64 characters

Example: 30-12345678-9
cashinCallbackUrluri

Your webhook URL to receive notifications when this client receives a bank transfer. Basilic will POST the event payload to this URL.

Example: https://tu-sistema.com/webhooks/cashin
emailsemail[]

List of contact email addresses for the client.

Example: ["contacto@acme.com"]
phonesstring[]

List of contact phone numbers for the client.

Example: ["+541112345678"]
aliasPrefixHintstring

Suggested prefix for the CVU alias. The final alias is assigned by the platform.

Possible values: <= 30 characters

Example: acmesa
externalReferencestring

Your internal reference or ID for this client (e.g., from your ERP or CRM).

Possible values: <= 255 characters

Example: ERP-001
metadata object

Arbitrary key/value pairs for your own use.

property name*any

Arbitrary key/value pairs for your own use.

CreateClientRequest
{
"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": {}
}