Billhighway Cloud API

<back to all web services

MemberStatusValues

The following routes are available for this service:
GET/members/StatusValues
MemberStatusValues Parameters:
NameParameterData TypeRequiredDescription
ClientIdqueryintNo
GroupIdquerystringNo
UserIdquerystringNo
BhUserIdqueryintNo
MemberStatusValuesReply Parameters:
NameParameterData TypeRequiredDescription
ClientIdformintNo
GroupIdformstringNo
ErrorCodeformintNo
ErrorMessageformstringNo
UserIdformstringNo
BhUserIdformintNo
BillingTypeIdformintNo
MemberStatusIdformintNo
MemberStatusCodeformstringNo
MemberStatusDescformstringNo
MemberTypeIdformintNo
MemberTypeCodeformstringNo
MemberTypeDescformstringNo
CurrentBalanceformstringNo
AutoPayStatusformstringNo
AutoPayInfoformAutoPayInfoNo
IsErrorformboolNo
AutoPayInfo Parameters:
NameParameterData TypeRequiredDescription
PaymentMethodformstringNo
CardTypeformstringNo
CardReferenceformstringNo
CardNumberLastFourformstringNo
ExpMonthformintNo
ExpYearformintNo
AchReferenceformstringNo
PayerNameformstringNo
Address1formstringNo
Address2formstringNo
BillingCityformstringNo
BillingStateformstringNo
PostalCodeformstringNo
CountryformstringNo
AccountNumberLastFourformstringNo
RoutingNumberLastFourformstringNo
AccountTypeformstringNo
LastAutoPayAmountformstringNo
LastAutoPayDateformstringNo

To override the Content-type in your clients, use the HTTP Accept Header, append the .json suffix or ?format=json

To embed the response in a jsonp callback, append ?callback=myCallback

HTTP + JSON

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

GET /members/StatusValues HTTP/1.1 
Host: devapi.billhighway.com 
Accept: application/json
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: length

{"ClientId":0,"GroupId":"String","ErrorCode":0,"ErrorMessage":"String","UserId":"String","BhUserId":0,"BillingTypeId":0,"MemberStatusId":0,"MemberStatusCode":"String","MemberStatusDesc":"String","MemberTypeId":0,"MemberTypeCode":"String","MemberTypeDesc":"String","CurrentBalance":"String","AutoPayStatus":"String","AutoPayInfo":{"PaymentMethod":"String","CardType":"String","CardReference":"String","CardNumberLastFour":"String","ExpMonth":0,"ExpYear":0,"AchReference":"String","PayerName":"String","Address1":"String","Address2":"String","BillingCity":"String","BillingState":"String","PostalCode":"String","Country":"String","AccountNumberLastFour":"String","RoutingNumberLastFour":"String","AccountType":"String","LastAutoPayAmount":"String","LastAutoPayDate":"String"},"IsError":false}