Saltar al contenido principal

AddBiller

POST /AddBiller

Crea el billerId asociado a la cuenta del cliente.

billerType y smartRefill

billerType debe ser siempre 2 (biller centralizado). Establece smartRefill: true para que los subrangos se recarguen automáticamente.

AddBiller
{
"billerType": 2,
"name": "Biller-TR-Documentacion",
"description": "Biller-TR test-Documentacion",
"author": "user@empresa.com",
"countryId": "cl",
"accountCode": "{{taxId}}",
"accountName": "Nombre Empresa",
"smartRefill": true,
"source": "Postman"
}