API ReferenceStable v1

SMBs

API reference for SMB onboarding, updates, and source connections.

Last updated Mar 8, 2026

SMBs API

POST/smbsBearer token

Create a new SMB record.

GET/smbs/{smb_id}Bearer token

Fetch a single SMB.

GET/smbsBearer token

List SMBs with filters.

PATCH/smbs/{smb_id}Bearer token

Update SMB details.

POST/smbs/{smb_id}/connectionsBearer token

Connect a revenue source.

POST/smbs/{smb_id}/bank-connectionsBearer token

Connect a bank data source.

Create SMB Example

{
  "legal_name": "Maple Leaf Commerce Inc.",
  "operating_name": "Maple Leaf Shop",
  "business_number": "123456789RC0001",
  "incorporation_province": "ON"
}

Notes

  • IDs use the smb_ prefix
  • list endpoints support cursor pagination
  • connections should be treated as asynchronous authorization flows