[
    {
        "scope": "https://api.stripe.com:443",
        "method": "GET",
        "path": "/v1/invoices",
        "status": 200,
        "response": {
            "data": [
                {
                    "id": "in_17IOHnKaReE7xLUd6zxvLsWc",
                    "customer": "cus_7XTE2tCcVgwJps",
                    "lines": {
                        "data": [
                            {
                                "id": "sub_7XTE0T8sIdVZQ5",
                                "amount": 0,
                                "metadata": {
                                    "id": "0000000000000000000186a1"
                                },
                                "plan": {
                                    "id": "basic",
                                    "amount": 100
                                },
                                "proration": false,
                                "quantity": 1,
                                "type": "subscription"
                            }
                        ],
                        "has_more": false
                    },
                    "paid": true,
                    "subscription": "sub_7XTE0T8sIdVZQ5",
                    "total": 0
                },
                {
                    "id": "in_17IOHfKaReE7xLUdX74TULaM",
                    "customer": "cus_7XTE2tCcVgwJps",
                    "lines": {
                        "data": [
                            {
                                "id": "sub_7XTEeDaljXocIE",
                                "amount": 100,
                                "metadata": {
                                    "id": "0000000000000000000186a1"
                                },
                                "plan": {
                                    "id": "basic",
                                    "amount": 100
                                },
                                "proration": false,
                                "quantity": 1,
                                "type": "subscription"
                            }
                        ],
                        "has_more": false
                    },
                    "paid": true,
                    "subscription": "sub_7XTEeDaljXocIE",
                    "total": 100
                }
            ],
            "has_more": false
        }
    },
    {
        "scope": "https://api.stripe.com:443",
        "method": "GET",
        "path": "/v1/invoices/in_17IOHnKaReE7xLUd6zxvLsWc",
        "status": 200,
        "response": {
            "id": "in_17IOHnKaReE7xLUd6zxvLsWc",
            "customer": "cus_7XTE2tCcVgwJps",
            "lines": {
                "data": [
                    {
                        "id": "sub_7XTE0T8sIdVZQ5",
                        "amount": 0,
                        "metadata": {
                            "id": "0000000000000000000186a1"
                        },
                        "plan": {
                            "id": "basic",
                            "amount": 100
                        },
                        "proration": false,
                        "quantity": 1,
                        "type": "subscription"
                    }
                ],
                "has_more": false
            },
            "paid": true,
            "subscription": "sub_7XTE0T8sIdVZQ5",
            "total": 0
        }
    }
]