The confirmclient Method sets a client record status to "active". All client records are created as status "pending" and must be set to "active" using the confirmclient Method. This allows client records which were accidentally created to be safely ignored.
| Field | Required | Value | Max Length | Description |
|---|---|---|---|---|
| method | Required | confirmclient | N/A | Indicates the function the merchant wishes to perform. |
| companyid | Required | Varies by merchant | 30 | Issued by Billing Circle. |
| username | Required | Varies by merchant | 30 | Any Admin level account defined within Billing Circle. |
| password | Required | Varies by merchant | 100 | Password associated with username field. |
| c_merchantid | Conditional | Any unique value | 255 | The "merchantid" allows a merchant to refer to a client record by their own proprietary key as defined within their database. This value is required if a "clientid" is not submitted. |
| c_clientid | Conditional | Integer | N/A | The "clientid" is an integer value returned after a successful createclient post. This value is required if a merchantid is not submitted. |