The Spanish version is the authoritative reference. View in Spanish
AddBiller
POST /AddBiller
Creates the billerId associated with the customer's account.
SBX
https://developers-sbx.gosocket.net/number-manager-admin/AddBillerPRD
https://developers.gosocket.net/number-manager-admin/AddBillerbillerType and smartRefill
billerType must always be 2 (centralized biller). Set smartRefill: true for sub-ranges to reload automatically.
| Field | Location | Req. | Description |
|---|---|---|---|
billerType | body | Required | Always 2 (centralized biller) |
name | body | Required | Biller name |
description | body | Optional | Biller description |
author | body | Required | Email of whoever performs the operation |
countryId | body | Required | Country ISO code |
accountCode | body | Required | TaxId of the company |
accountName | body | Required | Company name |
smartRefill | body | Optional | true reloads sub-ranges automatically when the threshold is reached |
source | body | Optional | Request origin (informational, e.g. "Postman") |
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"
}