API Reference

We are updating status of accounts and orders though a webhook which is the url you specified in Signup or Update webhook.

Here are fields of the payload coming through webhook:

id: Identifier of object
type: Object type, account or order
accountId: Identifier of account
data: Object data, which can be:

  • order data, that consists of the same fields as response payload of Get Single Order
  • account data, that consists of the same fields as customer object in the same API response.