The Spanish version is the authoritative reference. View in Spanish
GetBillers
GET /GetBillers?countryId={countryId}&accountCode={accountCode}
The Administration API URL for the environment (SBX or PRD) must be prepended as the base.
Lists all billers registered in the account, with their profile, status, and configuration.
| Parameter | Location | Req. | Description |
|---|---|---|---|
countryId | query | Required | ISO country code |
accountCode | query | Required | Company tax ID (TaxId) |
The response is an array of Biller objects, with the same structure returned by GetBillerById.
Under construction
Response example pending validation.