AddBiller
POST /AddBiller
Creates the billerId associated with the customer's account.
billerType and smartRefill
billerType must always be 2 (centralized biller). Set smartRefill: true for sub-ranges to reload automatically.
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"
}