Partner Signup

Sends a webhook whenever a business signs up using your partnership link and also updates on their compliance process.

Possible statuses

  • signed_up
  • accepted
  • completed
  • rejected

The completed status is the last step and is sent when the business adds their bank account and is ready to process payments.

{
  "type": "Business",
  "id": 1234,
  "field": "status",
  "from": "accepted",
  "to": "completed",
  "at": "2021-05-02T00:18:07.802Z"
}