{
"status": "ok",
"message": "Organization billing details fetched successfully",
"data": {
"orgId": "string",
"organizationName": "string",
"billingAccount": {
"billingAccountId": "string",
"provider": "string",
"status": "string",
"currency": "string",
"billingEmail": "string",
"createdAt": "string"
},
"currentSubscription": {
"subscriptionId": "d079718b-ff63-45dd-947b-4950c023750f",
"status": "string",
"plan": {
"planId": "string",
"name": "string",
"type": "string",
"pricePerMonth": 0,
"currency": "string",
"entitlements": {
"maxMeetingsPerMonth": 0,
"aiSummary": true,
"recordingStorageGb": 0
}
},
"billingCycle": "string",
"startDate": "string",
"endDate": "string",
"renewalDate": "string",
"trialEnd": null,
"autoRenew": true
},
"paymentMethods": [
{
"paymentMethodId": "string",
"type": "string",
"last4": "string",
"status": "string",
"expDate": "string",
"addedAt": "string"
}
],
"invoices": [
{
"invoiceId": "string",
"periodStart": "string",
"periodEnd": "string",
"totalAmount": 0,
"currency": "5fdcf0ae-7649-46eb-9081-14f06f68ecd7",
"status": "string",
"paidAt": "string",
"dueDate": "string",
"lineItems": [
{
"description": "string",
"amount": 0
}
]
}
],
"usageSummary": {
"period": {
"start": "string",
"end": "string"
},
"metrics": [
{
"metricType": "string",
"totalValue": 0
}
]
}
}
}