Deposits Events

Deposit Created

A new deposit has been created for a user's account.

{
  "id": "event_a296f5ba-3366-43dd-a0da-4e9a48ab7d57",
  "type": "deposits.created",
  "timestamp": "2019-09-23T07:08:14.121518146Z",
  "payload": {
    "paymentID": "DWTY000222-1569532743890-DXUCH",
    "category": "DEPOSIT",
    "type": "ACH_MANUAL",
    "amount": 1000,
    "currency": "USD",
    "status": 1,
    "statusMessage": "Pending",
    "created": "2019-09-26T21:19:03.890Z",
    "userID": "30b250c6-8e85-40e0-937f-0b0689691b38",
    "accountID": "30b250c6-8e85-40e0-937f-0b0689691b38.1569532274142",
    "transactionCode": "RECEIPT_IRA_ROLLOVER",
    "description": "Cash Receipt - Rollover IRA Contribution",
    "note": "Here's some money"
  }
}

Deposit Updated

A deposit has been updated.

{
  "id": "event_a296f5ba-3366-43dd-a0da-4e9a48ab7d57",
  "type": "deposits.updated",
  "timestamp": "2019-09-23T07:08:14.121518146Z",
  "payload": {
    "paymentID": "DWTY000222-1569532743890-DXUCH",
    "category": "DEPOSIT",
    "type": "ACH",
    "amount": 1000,
    "currency": "USD",
    "status": 2,
    "statusMessage": "Successful",
    "userID": "30b250c6-8e85-40e0-937f-0b0689691b38",
    "accountID": "30b250c6-8e85-40e0-937f-0b0689691b38.1569532274142",
    "finTranRef": "GA.59ef9888-abb9-4b8d-95ce-e2a6cac7d576",
    "transactionCode": "RECEIPT_IRA_ROLLOVER",
    "description": "Cash Receipt - Rollover IRA Contribution",
    "note": "Here's some money"
  }
}
{
 "id": "event_2dc6fdd2-bb21-4ea4-8c03-f21a0f2976d3",
 "type": "deposits.updated",
 "timestamp": "2021-02-18T18:11:01.789491275Z",
 "payload": {
   "paymentID": "DWDF000107-1613671790556-D8XDS",
   "statusMessage": "RETURNED",
   "category": "DEPOSIT",
   "type": "ACH_MANUAL",
   "currency": "USD",
   "note": "Here's some money",
   "amount": 112,
   "status": 5,
   "accountID": "03bb51b9-64c9-40f7-8256-7bf8ab28c64a.1595613638739",
   "userID": "03bb51b9-64c9-40f7-8256-7bf8ab28c64a",
   "transactionCode": "RECEIPT_ACH_SVB",
   "description": "Cash Receipt - ACH"
 }
}