List mandates for a business
Business API key, e.g. vuz_ab12cdef... Created via Settings → Integrations → API Keys. Unlike partner keys, a public API key's STRING does not encode its environment — isolation instead comes from a completely separate sandbox database: a key minted on the Sandbox server (above) only ever reads/writes sandbox data and can never see or affect production, regardless of what the key looks like.
In: header
Query Parameters
Filter by status
Value in
- "draft"
- "active"
- "paused"
- "completed"
- "cancelled"
Filter by client ID
Case-insensitive client name search
Minimum recurring amount
Maximum recurring amount
Filter by billing frequency
Value in
- "weekly"
- "monthly"
- "yearly"
- "custom_days"
Filter by card brand (e.g. Visa, Mastercard)
Filter mandates with next charge on or after this date
Filter mandates with next charge on or before this date
Filter mandates with next charge before this date (deprecated)
Page number
1 <= value1Items per page
1 <= value <= 10020Response Body
curl -X GET "https://example.com/mandates"
