{
"success": true,
"data": [
{
"id": "string",
"business_id": "string",
"customer_id": "string",
"price_id": "string",
"payment_method_id": "string",
"merchant_id": "string",
"auth_id": "string",
"status": "string",
"current_period_start": "string",
"current_period_end": "string",
"trial_start": "string",
"trial_end": "string",
"cancel_at_period_end": true,
"canceled_at": "string",
"ended_at": "string",
"metadata": {},
"created_at": "string",
"updated_at": "string",
"price": {},
"plan": {},
"customer": {}
}
],
"pagination": {
"total": 0,
"limit": 0,
"offset": 0,
"has_more": true
}
}