Notifications
- Method
- Example Request
- Example Response
Notifications(NotificationsRequest)
This section will provide example notification workflows as well as the REST methods available (overview of the parameters for the request, response, and examples).
Parameters
| TYPE | NAME | DESCRIPTION |
|---|---|---|
| NotificationsRequest | request |
Returns
| TYPE | DESCRIPTION |
|---|---|
| NotificationsResponse |
{
"ECVersion": "N.1.1",
"ECAlertEventId": "2",
"ECAlertLogId": "122946",
"ECAlertLogDTTMMilitary": "2019-11-04T09:30:44",
"DataItems": [
{
"Name": "ECAcceptedBy",
"Value": "Test FI"
},
{
"Name": "ECAcquirerID",
"Value": "8257"
},
{
"Name": "ECReceiptNumber",
"Value": "93083182"
},
{
"Name": "ECUnmaskedAcctHolderNum",
"Value": "55555"
},
{
"Name": "ECUnmaskedAcctNum",
"Value": "12345"
},
{
"Name": "ECFundsAvailabilityText",
"Value": "Funds availability: Availability of your deposited funds is based on your financial institutions hold policies. Please retain your deposited check for 60 days and then securely destroy it."
},
{
"Name": "ECPhoneNumber",
"Value": "(555) 555-5555"
},
{
"Name": "ECGenericText1",
"Value": "Example Generic Text 1."
},
{
"Name": "ECGenericText2",
"Value": "Example Generic Text 2."
}
],
"SubItems": [
{
"ItemType": "DEPOSITITEM"
"DataItems": [
{
"Name": "ECTransactionDate",
"Value": "November 04, 2019 9:30 AM PT"
},
{
"Name": "ECCheckNumber",
"Value": "000001"
},
{
"Name": "ECOriginalAmountNoCurrency",
"Value": "5.00"
},
{
"Name": "ECApprovedAmountNoCurrency",
"Value": "5.00"
},
{
"Name": "ECRejectReasonCode",
"Value": ""
},
{
"Name": "ECRejectReason",
"Value": ""
},
{
"Name": "ECRejectReasonOverride",
"Value": ""
},
{
"Name": "ECCheckFrontBase64",
"Value": "<!-- Base64 Image -->"
},
{
"Name": "ECCheckBackBase64",
"Value": "<!-- Base64 Image -->"
}
],
}
]
}
{
"DataItems": null,
"ResponseCode": "00",
"ResponseDescription": "success"
}