Enumeration values
Methods related querying general information such as enum values
post: https://easypay5.com/APIcardProcREST/v1.0.0/Query/Enum
{
"Query": "TXStatus"
}{
"Enum_QueryResult": {
"EnumItems": [
{
"EnumText": "ALL",
"EnumValue": -1
}
],
"ErrCode": 0,
"ErrMsg": "",
"FunctionOk": true,
"RespMsg": "Successfully Returned Enum Records : 6"
}
}SessKey string required
A unique session key used for authentication in API calls. This key is generated upon successful authentication and must be included in all subsequent requests.
Example: A1842D663E9A4A72XXXXXXXX303541303234373138
Content-Type string required
Example: application/json
Accept string required
Example: application/json
Query string · enum optional
The enumeration type to query.
Example: TXStatus
Possible values: ACHStatus
ACHType
AConsentType
BatchSettleMode
BatchSettleStatus
ConsentType
IntAction
IntlAction
IntlResult
IntlStatus
Period
ReceiptType
Recipient
RecurSchedStatus
TxStatus
TxType
Last updated
Was this helpful?