Retrieves a list of Stripe customers for the requesting practice group.
Ok
Validation error
Unauthorised
Not found
Unknown error
{- "data": [
- {
- "id": "string",
- "name": "string",
- "email": "user@example.com",
- "phone": "string",
- "sources": [
- {
- "id": "string",
- "type": "card",
- "fingerprint": "string",
- "brand": "string",
- "last4": "string",
- "exp_month": 0,
- "exp_year": 0
}
]
}
], - "count": 0
}