{
"code": 200,
"error": "",
"profile": {
"email": "user@example.com",
"name": "YY",
"plan_type": "plus"
},
"subscription": {
"status": "active",
"plan_name": "chatgptplusplan",
"billing_period": "monthly",
"amount_minor": 2000,
"currency": "USD",
"next_billing_at": "2026-08-05T12:00:00Z",
"auto_renew": true
},
"payment_method": {
"brand": "visa",
"last4": "4242",
"exp_month": 12,
"exp_year": 2028
},
"customer": {
"name": "YY",
"email": "user@example.com",
"address": {
"line1": "30 N Gould St",
"line2": "",
"city": "Sheridan",
"state": "WY",
"postal_code": "82801",
"country": "US"
}
},
"invoices": [
{
"id": "in_xxx",
"number": "INV-0001",
"created_at": "2026-07-05T12:00:00Z",
"period_start": "2026-07-05T12:00:00Z",
"period_end": "2026-08-05T12:00:00Z",
"amount_minor": 2000,
"currency": "USD",
"status": "paid",
"description": "ChatGPT Plus",
"invoice_pdf_url": "",
"receipt_pdf_url": ""
}
],
"has_more": false,
"notice": ""
}