Skip to content

Instantly share code, notes, and snippets.

@spencerhunter
Last active January 15, 2021 19:38
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save spencerhunter/f957e8201093510a2463ef47121c7fa7 to your computer and use it in GitHub Desktop.
Save spencerhunter/f957e8201093510a2463ef47121c7fa7 to your computer and use it in GitHub Desktop.
Example List of webhooks related to API Customers

Example List of webhooks related to API Customers

Each webhook sent by the Dwolla API contains an Event with _links to: the associated resource, account associated with the event, and the customer associated with the event (if applicable). It is important to note that a single API request can trigger multiple webhooks to be fired, e.g. initiating a transfer from an Account to Customer can create the events transfer_created and customer_transfer_created.

List of webhooks by Customer type that can be triggered for API Customers

Reference additional information on account types in this resource article.

Possible events for all Customer types

customer_created

Description: A Customer was created.

{
  "id": "b8c9b7fb-b6bf-444d-a06b-cb55cb0ee7a2",
  "resourceId": "266ae7de-6393-423b-a4ec-dec8028a9b5a",
  "topic": "customer_created",
  "timestamp": "2017-01-21T16:19:35.319Z",
  "_links": {
    "self": {
      "href": "https://api-sandbox.dwolla.com/events/b8c9b7fb-b6bf-444d-a06b-cb55cb0ee7a2"
    },
    "account": {
      "href": "https://api-sandbox.dwolla.com/accounts/ad5f2162-404a-4c4c-994e-6ab6c3a13254"
    },
    "resource": {
      "href": "https://api-sandbox.dwolla.com/customers/266ae7de-6393-423b-a4ec-dec8028a9b5a"
    },
    "customer": {
      "href": "https://api-sandbox.dwolla.com/customers/266ae7de-6393-423b-a4ec-dec8028a9b5a"
    }
  },
  "created": "2017-01-21T16:19:35.319Z"
}

customer_suspended

Description: A Customer was suspended.

{
  "id": "9c949341-653e-41f3-a27c-00c772e41061",
  "resourceId": "e358a488-6699-4d79-bbfb-c5bf58100ea4",
  "topic": "customer_suspended",
  "timestamp": "2017-01-20T22:10:39.309Z",
  "_links": {
    "self": {
      "href": "https://api-sandbox.dwolla.com/events/9c949341-653e-41f3-a27c-00c772e41061"
    },
    "account": {
      "href": "https://api-sandbox.dwolla.com/accounts/ad5f2162-404a-4c4c-994e-6ab6c3a13254"
    },
    "resource": {
      "href": "https://api-sandbox.dwolla.com/customers/e358a488-6699-4d79-bbfb-c5bf58100ea4"
    },
    "customer": {
      "href": "https://api-sandbox.dwolla.com/customers/e358a488-6699-4d79-bbfb-c5bf58100ea4"
    }
  },
  "created": "2017-01-20T22:10:39.309Z"
}

customer_activated

Description: A Customer moves from deactive or suspended to active state of verification.

{
  "id": "0f0ab172-0800-42a7-86d4-768661861cea",
  "resourceId": "e358a488-6699-4d79-bbfb-c5bf58100ea4",
  "topic": "customer_activated",
  "timestamp": "2017-01-20T22:11:58.983Z",
  "_links": {
    "self": {
      "href": "https://api-sandbox.dwolla.com/events/0f0ab172-0800-42a7-86d4-768661861cea"
    },
    "account": {
      "href": "https://api-sandbox.dwolla.com/accounts/ad5f2162-404a-4c4c-994e-6ab6c3a13254"
    },
    "resource": {
      "href": "https://api-sandbox.dwolla.com/customers/e358a488-6699-4d79-bbfb-c5bf58100ea4"
    },
    "customer": {
      "href": "https://api-sandbox.dwolla.com/customers/e358a488-6699-4d79-bbfb-c5bf58100ea4"
    }
  },
  "created": "2017-01-20T22:11:58.983Z"
}

customer_deactivated

Description: A Customer is deactivated.

{
  "id": "3dfa3922-c873-4d2e-a3de-ab80bb8ac67e",
  "resourceId": "be2d2322-fdee-4361-8722-4289f5601604",
  "topic": "customer_deactivated",
  "timestamp": "2017-07-24T14:51:56.932Z",
  "_links": {
    "self": {
      "href": "https://api-sandbox.dwolla.com/events/3dfa3922-c873-4d2e-a3de-ab80bb8ac67e"
    },
    "account": {
      "href": "https://api-sandbox.dwolla.com/accounts/ad5f2162-404a-4c4c-994e-6ab6c3a13254"
    },
    "resource": {
      "href": "https://api-sandbox.dwolla.com/customers/be2d2322-fdee-4361-8722-4289f5601604"
    },
    "customer": {
      "href": "https://api-sandbox.dwolla.com/customers/be2d2322-fdee-4361-8722-4289f5601604"
    }
  },
  "created": "2017-07-24T14:51:56.932Z"
}

customer_funding_source_added

Description: A funding source (Bank Account) was added to a Customer.

{
  "id": "84f296e9-08a6-46b2-bb23-bd25552492f5",
  "resourceId": "00e17e13-8ebb-4160-96e7-c632170ef9f9",
  "topic": "customer_funding_source_added",
  "timestamp": "2017-01-20T22:15:48.265Z",
  "_links": {
    "self": {
      "href": "https://api-sandbox.dwolla.com/events/84f296e9-08a6-46b2-bb23-bd25552492f5"
    },
    "account": {
      "href": "https://api-sandbox.dwolla.com/accounts/ad5f2162-404a-4c4c-994e-6ab6c3a13254"
    },
    "resource": {
      "href": "https://api-sandbox.dwolla.com/funding-sources/00e17e13-8ebb-4160-96e7-c632170ef9f9"
    },
    "customer": {
      "href": "https://api-sandbox.dwolla.com/customers/e358a488-6699-4d79-bbfb-c5bf58100ea4"
    }
  },
  "created": "2017-01-20T22:15:48.265Z"
}

customer_funding_source_removed

Description: A funding source (Bank Account) was removed from a Customer.

{
  "id": "f8fef3b4-4d6a-4c10-94f4-2a11b4791b6a",
  "resourceId": "00e17e13-8ebb-4160-96e7-c632170ef9f9",
  "topic": "customer_funding_source_removed",
  "timestamp": "2017-01-20T22:26:25.973Z",
  "_links": {
    "self": {
      "href": "https://api-sandbox.dwolla.com/events/f8fef3b4-4d6a-4c10-94f4-2a11b4791b6a"
    },
    "account": {
      "href": "https://api-sandbox.dwolla.com/accounts/ad5f2162-404a-4c4c-994e-6ab6c3a13254"
    },
    "resource": {
      "href": "https://api-sandbox.dwolla.com/funding-sources/00e17e13-8ebb-4160-96e7-c632170ef9f9"
    },
    "customer": {
      "href": "https://api-sandbox.dwolla.com/customers/e358a488-6699-4d79-bbfb-c5bf58100ea4"
    }
  },
  "created": "2017-01-20T22:26:25.973Z"
}

customer_funding_source_verified

Description: A funding source (Bank Account) was marked as verified.

{
  "id": "55886d20-e242-4f4d-b75f-f23851363237",
  "resourceId": "00e17e13-8ebb-4160-96e7-c632170ef9f9",
  "topic": "customer_funding_source_verified",
  "timestamp": "2017-01-20T22:23:42.928Z",
  "_links": {
    "self": {
      "href": "https://api-sandbox.dwolla.com/events/55886d20-e242-4f4d-b75f-f23851363237"
    },
    "account": {
      "href": "https://api-sandbox.dwolla.com/accounts/ad5f2162-404a-4c4c-994e-6ab6c3a13254"
    },
    "resource": {
      "href": "https://api-sandbox.dwolla.com/funding-sources/00e17e13-8ebb-4160-96e7-c632170ef9f9"
    },
    "customer": {
      "href": "https://api-sandbox.dwolla.com/customers/e358a488-6699-4d79-bbfb-c5bf58100ea4"
    }
  },
  "created": "2017-01-20T22:23:42.928Z"
}

customer_microdeposits_added

Description: Two <=10¢ transfers to a Customer's linked bank account were initiated.

{
  "id": "d765519c-a43f-49b8-8124-082d752065eb",
  "resourceId": "00e17e13-8ebb-4160-96e7-c632170ef9f9",
  "topic": "customer_microdeposits_added",
  "timestamp": "2017-01-20T22:17:08.675Z",
  "_links": {
    "self": {
      "href": "https://api-sandbox.dwolla.com/events/d765519c-a43f-49b8-8124-082d752065eb"
    },
    "account": {
      "href": "https://api-sandbox.dwolla.com/accounts/ad5f2162-404a-4c4c-994e-6ab6c3a13254"
    },
    "resource": {
      "href": "https://api-sandbox.dwolla.com/funding-sources/00e17e13-8ebb-4160-96e7-c632170ef9f9"
    },
    "customer": {
      "href": "https://api-sandbox.dwolla.com/customers/e358a488-6699-4d79-bbfb-c5bf58100ea4"
    }
  },
  "created": "2017-01-20T22:17:08.675Z"
}

customer_microdeposits_failed

Description: The two <=10¢ transfers to a Customer’s linked bank account failed to clear successfully.

{
  "id": "f025832c-a0e6-4e2a-a8c1-bcc255fdc720",
  "resourceId": "752fe4da-421e-4b4c-a422-48370d8a52a6",
  "topic": "customer_microdeposits_failed",
  "timestamp": "2017-01-20T22:29:01.409Z",
  "_links": {
    "self": {
      "href": "https://api-sandbox.dwolla.com/events/f025832c-a0e6-4e2a-a8c1-bcc255fdc720"
    },
    "account": {
      "href": "https://api-sandbox.dwolla.com/accounts/ad5f2162-404a-4c4c-994e-6ab6c3a13254"
    },
    "resource": {
      "href": "https://api-sandbox.dwolla.com/funding-sources/752fe4da-421e-4b4c-a422-48370d8a52a6"
    },
    "customer": {
      "href": "https://api-sandbox.dwolla.com/customers/e358a488-6699-4d79-bbfb-c5bf58100ea4"
    }
  },
  "created": "2017-01-20T22:29:01.409Z"
}

customer_microdeposits_completed

Description: The two <=10¢ transfers to a Customer’s linked bank account have cleared successfully.

{
  "id": "6c9d289c-26af-4fc0-a227-2ca1345172fd",
  "resourceId": "00e17e13-8ebb-4160-96e7-c632170ef9f9",
  "topic": "customer_microdeposits_completed",
  "timestamp": "2017-01-20T22:21:21.328Z",
  "_links": {
    "self": {
      "href": "https://api-sandbox.dwolla.com/events/6c9d289c-26af-4fc0-a227-2ca1345172fd"
    },
    "account": {
      "href": "https://api-sandbox.dwolla.com/accounts/ad5f2162-404a-4c4c-994e-6ab6c3a13254"
    },
    "resource": {
      "href": "https://api-sandbox.dwolla.com/funding-sources/00e17e13-8ebb-4160-96e7-c632170ef9f9"
    },
    "customer": {
      "href": "https://api-sandbox.dwolla.com/customers/e358a488-6699-4d79-bbfb-c5bf58100ea4"
    }
  },
  "created": "2017-01-20T22:21:21.328Z"
}

customer_microdeposits_maxattempts

Description: The Customer has reached their max verification attempts limit of three. The Customer can no longer verify their funding source with the completed micro-deposit amounts.

{
  "id": "6c9d289c-26af-4fc0-a227-2ca1345172fd",
  "resourceId": "00e17e13-8ebb-4160-96e7-c632170ef9f9",
  "topic": "customer_microdeposits_maxattempts",
  "timestamp": "2017-01-20T22:21:21.328Z",
  "_links": {
    "self": {
      "href": "https://api-sandbox.dwolla.com/events/6c9d289c-26af-4fc0-a227-2ca1345172fd"
    },
    "account": {
      "href": "https://api-sandbox.dwolla.com/accounts/ad5f2162-404a-4c4c-994e-6ab6c3a13254"
    },
    "resource": {
      "href": "https://api-sandbox.dwolla.com/funding-sources/00e17e13-8ebb-4160-96e7-c632170ef9f9"
    },
    "customer": {
      "href": "https://api-sandbox.dwolla.com/customers/e358a488-6699-4d79-bbfb-c5bf58100ea4"
    }
  },
  "created": "2017-01-20T22:21:21.328Z"
}

Possible events for the Unverified Customer or Receive-only Customer type

In addition to the events included for all Customer types (shown above), the following events can be triggered for these particular Customer types.

customer_transfer_created

Description A bank transfer was created and is pending to its destination.

{
  "id": "cac95329-9fa5-42f1-a4fc-c08af7b868fb",
  "resourceId": "cdb5f11f-62df-e611-80ee-0aa34a9b2388",
  "topic": "customer_transfer_created",
  "timestamp": "2017-01-20T22:45:12.790Z",
  "_links": {
    "self": {
      "href": "https://api-sandbox.dwolla.com/events/cac95329-9fa5-42f1-a4fc-c08af7b868fb"
    },
    "account": {
      "href": "https://api-sandbox.dwolla.com/accounts/ad5f2162-404a-4c4c-994e-6ab6c3a13254"
    },
    "resource": {
      "href": "https://api-sandbox.dwolla.com/transfers/cdb5f11f-62df-e611-80ee-0aa34a9b2388"
    },
    "customer": {
      "href": "https://api-sandbox.dwolla.com/customers/e358a488-6699-4d79-bbfb-c5bf58100ea4"
    }
  },
  "created": "2017-01-20T22:45:12.790Z"
}

customer_transfer_cancelled

Description: A pending bank transfer has been cancelled, and will not process further.

{
  "id": "c3a889d4-9a79-4b41-a8ff-25fac33107e3",
  "resourceId": "cdb5f11f-62df-e611-80ee-0aa34a9b2388",
  "topic": "customer_transfer_cancelled",
  "timestamp": "2017-01-20T22:48:07.552Z",
  "_links": {
    "self": {
      "href": "https://api-sandbox.dwolla.com/events/c3a889d4-9a79-4b41-a8ff-25fac33107e3"
    },
    "account": {
      "href": "https://api-sandbox.dwolla.com/accounts/ad5f2162-404a-4c4c-994e-6ab6c3a13254"
    },
    "resource": {
      "href": "https://api-sandbox.dwolla.com/transfers/cdb5f11f-62df-e611-80ee-0aa34a9b2388"
    },
    "customer": {
      "href": "https://api-sandbox.dwolla.com/customers/491b1fff-514b-4d90-9a3f-4360a51ab47b"
    }
  },
  "created": "2017-01-20T22:48:07.552Z"
}

customer_transfer_failed

Description: A bank transfer failed to clear successfully to its destination.

{
  "id": "eef9f3d0-ea9d-474d-8b68-fba5b54cfc04",
  "resourceId": "55c89a4e-63df-e611-80ee-0aa34a9b2388",
  "topic": "customer_transfer_failed",
  "timestamp": "2017-01-20T22:53:47.421Z",
  "_links": {
    "self": {
      "href": "https://api-sandbox.dwolla.com/events/eef9f3d0-ea9d-474d-8b68-fba5b54cfc04"
    },
    "account": {
      "href": "https://api-sandbox.dwolla.com/accounts/ad5f2162-404a-4c4c-994e-6ab6c3a13254"
    },
    "resource": {
      "href": "https://api-sandbox.dwolla.com/transfers/55c89a4e-63df-e611-80ee-0aa34a9b2388"
    },
    "customer": {
      "href": "https://api-sandbox.dwolla.com/customers/491b1fff-514b-4d90-9a3f-4360a51ab47b"
    }
  },
  "created": "2017-01-20T22:53:47.421Z"
}

customer_transfer_completed

Description: A bank transfer has cleared successfully to its destination.

{
  "id": "ea7435f6-d7d6-4f14-9ed9-8602369d268b",
  "resourceId": "52de20f1-eddf-e611-80ee-0aa34a9b2388",
  "topic": "customer_transfer_completed",
  "timestamp": "2017-01-21T15:27:07.438Z",
  "_links": {
    "self": {
      "href": "https://api-sandbox.dwolla.com/events/ea7435f6-d7d6-4f14-9ed9-8602369d268b"
    },
    "account": {
      "href": "https://api-sandbox.dwolla.com/accounts/ad5f2162-404a-4c4c-994e-6ab6c3a13254"
    },
    "resource": {
      "href": "https://api-sandbox.dwolla.com/transfers/52de20f1-eddf-e611-80ee-0aa34a9b2388"
    },
    "customer": {
      "href": "https://api-sandbox.dwolla.com/customers/e358a488-6699-4d79-bbfb-c5bf58100ea4"
    }
  },
  "created": "2017-01-21T15:27:07.438Z"
}

Possible events for the Verified Customer type

In addition to the events included for all account types (shown above), the following events can be triggered for this particular account type.

customer_verification_document_needed

Description: Additional documentation is needed to verify a Customer.

{
  "id": "4c105562-5b74-44bc-baba-c3d07d535f75",
  "resourceId": "5701dc20-8fd7-449e-bf66-5b5e1f04608d",
  "topic": "customer_verification_document_needed",
  "timestamp": "2017-01-21T17:06:56.339Z",
  "_links": {
    "self": {
      "href": "https://api-sandbox.dwolla.com/events/4c105562-5b74-44bc-baba-c3d07d535f75"
    },
    "account": {
      "href": "https://api-sandbox.dwolla.com/accounts/ad5f2162-404a-4c4c-994e-6ab6c3a13254"
    },
    "resource": {
      "href": "https://api-sandbox.dwolla.com/customers/5701dc20-8fd7-449e-bf66-5b5e1f04608d"
    },
    "customer": {
      "href": "https://api-sandbox.dwolla.com/customers/5701dc20-8fd7-449e-bf66-5b5e1f04608d"
    }
  },
  "created": "2017-01-21T17:06:56.339Z"
}

customer_verification_document_uploaded

Description: A verification document was uploaded for a Customer.

{
  "id": "e878da16-5d04-4285-b5e9-6d5b8ac4418a",
  "resourceId": "e6f84583-543e-438e-9db3-f9127f985fa5",
  "topic": "customer_verification_document_uploaded",
  "timestamp": "2017-01-21T17:09:49.860Z",
  "_links": {
    "self": {
      "href": "https://api-sandbox.dwolla.com/events/e878da16-5d04-4285-b5e9-6d5b8ac4418a"
    },
    "account": {
      "href": "https://api-sandbox.dwolla.com/accounts/ad5f2162-404a-4c4c-994e-6ab6c3a13254"
    },
    "resource": {
      "href": "https://api-sandbox.dwolla.com/documents/e6f84583-543e-438e-9db3-f9127f985fa5"
    },
    "customer": {
      "href": "https://api-sandbox.dwolla.com/customers/5701dc20-8fd7-449e-bf66-5b5e1f04608d"
    }
  },
  "created": "2017-01-21T17:09:49.860Z"
}

customer_verification_document_failed

Description: A verification document has been rejected for a Customer.

{
  "id": "6d89da24-ca10-496b-bd3c-7e24ba1f6562",
  "resourceId": "e6f84583-543e-438e-9db3-f9127f985fa5",
  "topic": "customer_verification_document_failed",
  "timestamp": "2017-01-21T17:12:41.177Z",
  "_links": {
    "self": {
      "href": "https://api-sandbox.dwolla.com/events/6d89da24-ca10-496b-bd3c-7e24ba1f6562"
    },
    "account": {
      "href": "https://api-sandbox.dwolla.com/accounts/ad5f2162-404a-4c4c-994e-6ab6c3a13254"
    },
    "resource": {
      "href": "https://api-sandbox.dwolla.com/documents/e6f84583-543e-438e-9db3-f9127f985fa5"
    },
    "customer": {
      "href": "https://api-sandbox.dwolla.com/customers/5701dc20-8fd7-449e-bf66-5b5e1f04608d"
    }
  },
  "created": "2017-01-21T17:12:41.177Z"
}

customer_verification_document_approved

Description: A verification document was approved for a Customer.

{
  "id": "aa4ebc7b-e3d0-4f1d-98e9-5a67620fdc3b",
  "resourceId": "e6f84583-543e-438e-9db3-f9127f985fa5",
  "topic": "customer_verification_document_approved",
  "timestamp": "2017-01-21T17:16:21.723Z",
  "_links": {
    "self": {
      "href": "https://api-sandbox.dwolla.com/events/aa4ebc7b-e3d0-4f1d-98e9-5a67620fdc3b"
    },
    "account": {
      "href": "https://api-sandbox.dwolla.com/accounts/ad5f2162-404a-4c4c-994e-6ab6c3a13254"
    },
    "resource": {
      "href": "https://api-sandbox.dwolla.com/documents/e6f84583-543e-438e-9db3-f9127f985fa5"
    },
    "customer": {
      "href": "https://api-sandbox.dwolla.com/customers/5701dc20-8fd7-449e-bf66-5b5e1f04608d"
    }
  },
  "created": "2017-01-21T17:16:21.723Z"
}

customer_reverification_needed

Description: Incomplete information was received for a Customer; updated information is needed to verify the Customer.

{
  "id": "a59c5560-a5a7-496a-af29-b28aebe626a7",
  "resourceId": "271d21f6-5a06-40f7-b9d6-5e5866ad48fb",
  "topic": "customer_reverification_needed",
  "timestamp": "2017-01-21T17:19:33.255Z",
  "_links": {
    "self": {
      "href": "https://api-sandbox.dwolla.com/events/a59c5560-a5a7-496a-af29-b28aebe626a7"
    },
    "account": {
      "href": "https://api-sandbox.dwolla.com/accounts/ad5f2162-404a-4c4c-994e-6ab6c3a13254"
    },
    "resource": {
      "href": "https://api-sandbox.dwolla.com/customers/271d21f6-5a06-40f7-b9d6-5e5866ad48fb"
    },
    "customer": {
      "href": "https://api-sandbox.dwolla.com/customers/271d21f6-5a06-40f7-b9d6-5e5866ad48fb"
    }
  },
  "created": "2017-01-21T17:19:33.255Z"
}

customer_verified

Description: A Customer was verified.

{
  "id": "02f682be-98e6-40aa-bd5d-d0369fa3be48",
  "resourceId": "5701dc20-8fd7-449e-bf66-5b5e1f04608d",
  "topic": "customer_verified",
  "timestamp": "2017-01-21T17:16:21.749Z",
  "_links": {
    "self": {
      "href": "https://api-sandbox.dwolla.com/events/02f682be-98e6-40aa-bd5d-d0369fa3be48"
    },
    "account": {
      "href": "https://api-sandbox.dwolla.com/accounts/ad5f2162-404a-4c4c-994e-6ab6c3a13254"
    },
    "resource": {
      "href": "https://api-sandbox.dwolla.com/customers/5701dc20-8fd7-449e-bf66-5b5e1f04608d"
    },
    "customer": {
      "href": "https://api-sandbox.dwolla.com/customers/5701dc20-8fd7-449e-bf66-5b5e1f04608d"
    }
  },
  "created": "2017-01-21T17:16:21.749Z"
}

customer_transfer_created

Description: A transfer was created.

{
  "id": "5ca19a73-7760-424e-9131-fd745bbe7988",
  "resourceId": "eb39e5ce-fedf-e611-80ee-0aa34a9b2388",
  "topic": "customer_transfer_created",
  "timestamp": "2017-01-21T17:26:56.963Z",
  "_links": {
    "self": {
      "href": "https://api-sandbox.dwolla.com/events/5ca19a73-7760-424e-9131-fd745bbe7988"
    },
    "account": {
      "href": "https://api-sandbox.dwolla.com/accounts/ad5f2162-404a-4c4c-994e-6ab6c3a13254"
    },
    "resource": {
      "href": "https://api-sandbox.dwolla.com/transfers/eb39e5ce-fedf-e611-80ee-0aa34a9b2388"
    },
    "customer": {
      "href": "https://api-sandbox.dwolla.com/customers/9bc9c1be-3546-46d7-b883-49be0a9b0df3"
    }
  },
  "created": "2017-01-21T17:26:56.963Z"
}

customer_transfer_failed

Description: A transfer failed to clear successfully to the destination.

{
  "id": "fd448b57-5b3f-4c79-ba1a-ff3bf7149bd5",
  "resourceId": "8bfb9584-ffdf-e611-80ee-0aa34a9b2388",
  "topic": "customer_transfer_failed",
  "timestamp": "2017-01-21T17:34:47.073Z",
  "_links": {
    "self": {
      "href": "https://api-sandbox.dwolla.com/events/fd448b57-5b3f-4c79-ba1a-ff3bf7149bd5"
    },
    "account": {
      "href": "https://api-sandbox.dwolla.com/accounts/ad5f2162-404a-4c4c-994e-6ab6c3a13254"
    },
    "resource": {
      "href": "https://api-sandbox.dwolla.com/transfers/8bfb9584-ffdf-e611-80ee-0aa34a9b2388"
    },
    "customer": {
      "href": "https://api-sandbox.dwolla.com/customers/9bc9c1be-3546-46d7-b883-49be0a9b0df3"
    }
  },
  "created": "2017-01-21T17:34:47.073Z"
}

customer_transfer_completed

Description: A transfer has cleared successfully to the destination within the Dwolla network.

{
  "id": "36e15c86-e73b-4552-baaa-bee73534f9fb",
  "resourceId": "eb39e5ce-fedf-e611-80ee-0aa34a9b2388",
  "topic": "customer_transfer_completed",
  "timestamp": "2017-01-21T17:26:56.966Z",
  "_links": {
    "self": {
      "href": "https://api-sandbox.dwolla.com/events/36e15c86-e73b-4552-baaa-bee73534f9fb"
    },
    "account": {
      "href": "https://api-sandbox.dwolla.com/accounts/ad5f2162-404a-4c4c-994e-6ab6c3a13254"
    },
    "resource": {
      "href": "https://api-sandbox.dwolla.com/transfers/eb39e5ce-fedf-e611-80ee-0aa34a9b2388"
    },
    "customer": {
      "href": "https://api-sandbox.dwolla.com/customers/9bc9c1be-3546-46d7-b883-49be0a9b0df3"
    }
  },
  "created": "2017-01-21T17:26:56.966Z"
}

customer_bank_transfer_created

Description: A transfer from a bank to the Dwolla network or to a bank from the Dwolla network was created.

{
  "id": "c6694e91-a425-4e69-819a-2e033e33df8a",
  "resourceId": "98603beb-63df-e611-80ee-0aa34a9b2388",
  "topic": "customer_bank_transfer_completed",
  "timestamp": "2017-01-20T22:58:44.900Z",
  "_links": {
    "self": {
      "href": "https://api-sandbox.dwolla.com/events/c6694e91-a425-4e69-819a-2e033e33df8a"
    },
    "account": {
      "href": "https://api-sandbox.dwolla.com/accounts/ad5f2162-404a-4c4c-994e-6ab6c3a13254"
    },
    "resource": {
      "href": "https://api-sandbox.dwolla.com/transfers/98603beb-63df-e611-80ee-0aa34a9b2388"
    },
    "customer": {
      "href": "https://api-sandbox.dwolla.com/customers/491b1fff-514b-4d90-9a3f-4360a51ab47b"
    }
  },
  "created": "2017-01-20T22:58:44.900Z"
}

customer_bank_transfer_cancelled

Description: A transfer from a bank to the Dwolla network or to a bank from the Dwolla network was cancelled.

{
  "id": "9ae33508-1015-429c-ac14-ff05d29164b1",
  "resourceId": "4e8d29e9-00e0-e611-80ee-0aa34a9b2388",
  "topic": "customer_bank_transfer_cancelled",
  "timestamp": "2017-01-21T17:42:16.492Z",
  "_links": {
    "self": {
      "href": "https://api-sandbox.dwolla.com/events/9ae33508-1015-429c-ac14-ff05d29164b1"
    },
    "account": {
      "href": "https://api-sandbox.dwolla.com/accounts/ad5f2162-404a-4c4c-994e-6ab6c3a13254"
    },
    "resource": {
      "href": "https://api-sandbox.dwolla.com/transfers/4e8d29e9-00e0-e611-80ee-0aa34a9b2388"
    },
    "customer": {
      "href": "https://api-sandbox.dwolla.com/customers/9bc9c1be-3546-46d7-b883-49be0a9b0df3"
    }
  },
  "created": "2017-01-21T17:42:16.492Z"
}

customer_bank_transfer_failed

Description: A transfer from a bank to the Dwolla network or to a bank from the Dwolla network has failed to clear successfully. Usually, this is a result of an ACH return (insufficient funds, etc.).

{
  "id": "c0b583dc-f7f2-4ac0-901f-e6f2e9ebbefc",
  "resourceId": "bc78e0a3-01e0-e611-80ee-0aa34a9b2388",
  "topic": "customer_bank_transfer_failed",
  "timestamp": "2017-01-21T17:47:59.932Z",
  "_links": {
    "self": {
      "href": "https://api-sandbox.dwolla.com/events/c0b583dc-f7f2-4ac0-901f-e6f2e9ebbefc"
    },
    "account": {
      "href": "https://api-sandbox.dwolla.com/accounts/ad5f2162-404a-4c4c-994e-6ab6c3a13254"
    },
    "resource": {
      "href": "https://api-sandbox.dwolla.com/transfers/bc78e0a3-01e0-e611-80ee-0aa34a9b2388"
    },
    "customer": {
      "href": "https://api-sandbox.dwolla.com/customers/9bc9c1be-3546-46d7-b883-49be0a9b0df3"
    }
  },
  "created": "2017-01-21T17:47:59.932Z"
}

customer_bank_transfer_completed

Description: A transfer from a bank to the Dwolla network or to a bank from the Dwolla network has cleared successfully.

{
  "id": "6822a340-b8c4-432a-ba71-9ae90cb70ec4",
  "resourceId": "1e91b014-eedf-e611-80ee-0aa34a9b2388",
  "topic": "customer_bank_transfer_completed",
  "timestamp": "2017-01-21T17:34:46.450Z",
  "_links": {
    "self": {
      "href": "https://api-sandbox.dwolla.com/events/6822a340-b8c4-432a-ba71-9ae90cb70ec4"
    },
    "account": {
      "href": "https://api-sandbox.dwolla.com/accounts/ad5f2162-404a-4c4c-994e-6ab6c3a13254"
    },
    "resource": {
      "href": "https://api-sandbox.dwolla.com/transfers/1e91b014-eedf-e611-80ee-0aa34a9b2388"
    },
    "customer": {
      "href": "https://api-sandbox.dwolla.com/customers/491b1fff-514b-4d90-9a3f-4360a51ab47b"
    }
  },
  "created": "2017-01-21T17:34:46.450Z"
}

customer_mass_payment_created

Description: A mass payment was created.

{
  "id": "cc8ace67-e6ee-4963-84f1-1936c558418f",
  "resourceId": "47ccaea8-6f7c-43b1-a368-a702012631c6",
  "topic": "customer_mass_payment_created",
  "timestamp": "2017-01-21T17:51:06.927Z",
  "_links": {
    "self": {
      "href": "https://api-sandbox.dwolla.com/events/cc8ace67-e6ee-4963-84f1-1936c558418f"
    },
    "account": {
      "href": "https://api-sandbox.dwolla.com/accounts/ad5f2162-404a-4c4c-994e-6ab6c3a13254"
    },
    "resource": {
      "href": "https://api-sandbox.dwolla.com/mass-payments/47ccaea8-6f7c-43b1-a368-a702012631c6"
    },
    "customer": {
      "href": "https://api-sandbox.dwolla.com/customers/9bc9c1be-3546-46d7-b883-49be0a9b0df3"
    }
  },
  "created": "2017-01-21T17:51:06.927Z"
}

customer_mass_payment_completed

Description: A mass payment was completed.

{
  "id": "c036bcf7-6b76-482c-af32-71df7175e7a2",
  "resourceId": "47ccaea8-6f7c-43b1-a368-a702012631c6",
  "topic": "customer_mass_payment_completed",
  "timestamp": "2017-01-21T17:51:08.305Z",
  "_links": {
    "self": {
      "href": "https://api-sandbox.dwolla.com/events/c036bcf7-6b76-482c-af32-71df7175e7a2"
    },
    "account": {
      "href": "https://api-sandbox.dwolla.com/accounts/ad5f2162-404a-4c4c-994e-6ab6c3a13254"
    },
    "resource": {
      "href": "https://api-sandbox.dwolla.com/mass-payments/47ccaea8-6f7c-43b1-a368-a702012631c6"
    },
    "customer": {
      "href": "https://api-sandbox.dwolla.com/customers/9bc9c1be-3546-46d7-b883-49be0a9b0df3"
    }
  },
  "created": "2017-01-21T17:51:08.305Z"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment