Webhooks

Follow the progress of your clients

Onboarding is the process in which your clients will create the submerchant account. We provide our Service Providers with useful webhooks to follow each step of the onboarding process. Below you will find an example of the webhooks that we provide to vendors.

{
  "event": "onMerchantSubmit", 
  "datetime": "2021-11-01T20:49:00.994Z",
  "data": {
    "name": "demo.1000471131", // name of the applicant (person who is initiating the onboarding process in representation of the business)
    "email": "demo.1000471131@testdomain.com", // applicant email
    "mobileNumber": "1000471131", // applicant mobile
    "spProductId": "253", // your service provider (vendor) id
    "subMerchantId": "0", // will contain the merchant id once it is approved
    "identity": {
      "name": "Veston Varnell",
      "dbaName": "bbc", // doing business as
      "streetNum": "123",
      "streetName": "main street",
      "city": "ny",
      "state": "NY",
      "postalCode": "10001",
      "websiteUrl": "https://buzz.com"
    },
    "status": "review"
  }
}
{
  "event": "onMerchantActivation",
  "datetime": "2021-10-28T15:06:14.864Z",
  "data": {
    "name": "demo.1000758881",
    "email": "demo.1000758881@testdomain.com",
    "mobileNumber": "1000758881",
    "account": "253.4445401611199",
    "spProductId": "253",
    "subMerchantId": "4445401611199",
    "identity": {
      "name": "Veston Varnell",
      "dbaName": "bbc",
      "streetNum": "123",
      "streetName": "main street",
      "city": "ny",
      "state": "NY",
      "postalCode": "10001",
      "websiteUrl": "https://buzz.com"
    },
    "status": "processor_underwriting"
  }
}
{
  "event": "onMerchantBankAccountActivation",
  "datetime": "2021-10-28T15:16:40.266Z",
  "data": {
    "accountRouting": "1533",
    "accountNumber": "0000",
    "accountType": "checking",
    "nameOnAccount": "Plaid Checking",
    "status": "active",
    "bankAccountToken": "f06d66d6c1c5a76807e83a881ba07e187f62f834ee13199fd9a41c472c351b03"
  }
}
Was this page helpful?

Search our blog, contact support. You can also chat live with other developers.

Search Results