1{
2 "status": 200,
3 "subscription": {
4 "id": "c121e306-b129-4289-a093-03d71700cee4",
5 "object": "subscription",
6 "next_billing_date": 1666572115,
7 "cancellation_date": null,
8 "completion_date": null,
9 "resumes_at": null,
10 "customer": {
11 "id": "0f60c860-ec5a-4a53-b730-9388eb7922d7",
12 "name": "John",
13 "last_name": "Doe",
14 "email": "johndoe@example.com",
15 "locale": "en"
16 },
17 "products": [
18 {
19 "id": "957003bd-dc98-422d-8dc7-44929e191a70",
20 "name": "Awesome Billing Plan"
21 }
22 ],
23 "payment_count": 13,
24 "status": "active",
25 "gateway_subscription_id": "sub_1LhyvJGVhw7aF69DgZQSQR9r",
26 "type": "subscription",
27 "gateway": "stripe",
28 "billing_cycle": "month",
29 "interval": 1,
30 "currency": "eur",
31 "price": 100
32 }
33}