Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Lista itens de uma subscription.
curl "https://api.chargefy.io/v1/subscription-items?subscription=sub_123" \ -H "Authorization: Bearer {{API_KEY}}"
{ "object": "list", "data": [ { "id": "si_123", "object": "subscription_item", "amount_discount": 0, "amount_subtotal": 30000, "amount_tax": 0, "amount_total": 30000, "created_at": "2026-05-19T18:00:00Z", "currency": "brl", "metadata": {}, "position": 0, "price": "price_pro", "price_data": null, "product": "prod_123", "quantity": 3, "recurring": { "interval": "month", "interval_count": 1 }, "subscription": "sub_123", "unit_amount": 10000, "updated_at": "2026-05-19T18:10:00Z" } ], "has_more": false, "url": "/v1/subscription-items" }
sub_*
10
100