Returns a list off all customer notes linked to this customerID which is linked to the logged in account
GET https://api.billagain.com/v1/gateways
Parameter | Format | Description |
---|---|---|
gatewayID | Numeric | Unique gateway identifier |
GatewayToken | Numeric | Unique gateway token |
GatewayName | Alpha | Gateway name |
FriendlyName | Alpha Numeric | Gateway friendly name |
GatewayType | Alpha | Gateway Type |
isActive | Boolean | Indicate if gateway is Active |
isTestMode | Boolean | Indicate if gateway is in Test Mode |
isAcceptCC | Boolean | Indicate if gateway accepts Credit Cards |
isAcceptBankDD | Boolean | Indicate if gateway accepts Bank Account Payments |
isEnabled | Boolean | Indicate if gateway is Enabled |
isPrimary | Boolean | Indicate if gateway is Primary |
isManualRecon | Boolean | Indicate if gateway is Manual Recon |
HTTP CODE: 200 OK
Returns a list off all customer notes linked to the logged in account
GET https://api.billagain.com/v1/gateways/{id}
Parameter | Format | Description |
---|---|---|
gatewayID | Numeric | Current page number |
Parameter | Format | Description |
---|---|---|
gatewayID | Numeric | Unique gateway identifier |
GatewayToken | Numeric | Unique gateway token |
GatewayName | Alpha | Gateway name |
FriendlyName | Alpha Numeric | Gateway friendly name |
GatewayType | Alpha | Gateway Type |
isActive | Boolean | Indicate if gateway is Active |
isTestMode | Boolean | Indicate if gateway is in Test Mode |
isAcceptCC | Boolean | Indicate if gateway accepts Credit Cards |
isAcceptBankDD | Boolean | Indicate if gateway accepts Bank Account Payments |
isEnabled | Boolean | Indicate if gateway is Enabled |
isPrimary | Boolean | Indicate if gateway is Primary |
isManualRecon | Boolean | Indicate if gateway is Manual Recon |
HTTP CODE: 200 OK