Developer Guide

Customer Notes

Returns a list off all customer notes linked to this customerID which is linked to the logged in account

URL

GET https://api.billagain.com/v1/gateways

URL PARAMETERS

None - optional paging values can be passed through

OUTPUT PARAMETERS (12 Fields)

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

EXAMPLES

JSON Output

HTTP CODE: 200 OK

Returns a list off all customer notes linked to the logged in account

URL

GET https://api.billagain.com/v1/gateways/{id}

URL PARAMETERS (1 Field)

Parameter Format Description
gatewayID Numeric Current page number

OUTPUT PARAMETERS (12 Fields)

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

EXAMPLES

JSON Output

HTTP CODE: 200 OK