Sha256: 332c67fcf2a5d857265a10d68cdabe5538fe3c4f12b7a811be84036f3cf0a00b

Contents?: true

Size: 1.53 KB

Versions: 11

Compression:

Stored size: 1.53 KB

Contents

{
    "amount_due": 9900,
    "attempt_count": 0,
    "attempted": true,
    "charge": "ch_blahblahblah",
    "closed": true,
    "currency": "usd",
    "customer": "cus_1A3zUmx7NpUgrT",
    "date": 1367969027,
    "discount": null,
    "ending_balance": 0,
    "id": "in_2blahblahagain",
    "lines": {
        "count": 1,
        "data": [
            {
                "amount": 9900,
                "currency": "usd",
                "description": null,
                "id": "su_1bfTBoL3o7blah",
                "livemode": false,
                "object": "line_item",
                "period": {
                    "end": 1370561027,
                    "start": 1367969027
                },
                "plan": {
                    "amount": 9900,
                    "currency": "usd",
                    "id": "HR99",
                    "interval": "month",
                    "interval_count": 1,
                    "livemode": false,
                    "name": "HR Solutions On-Call",
                    "object": "plan",
                    "trial_period_days": null
                },
                "proration": false,
                "quantity": 1,
                "type": "subscription"
            }
        ],
        "object": "list",
        "url": "/v1/invoices/in_2blahblahagain/lines"
    },
    "livemode": false,
    "next_payment_attempt": null,
    "object": "invoice",
    "paid": true,
    "period_end": 1367969027,
    "period_start": 1367969027,
    "starting_balance": 0,
    "subtotal": 9900,
    "total": 9900
}

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
stripe_local-0.2.5 spec/webhook_fixtures/invoice.payment_succeeded.json
stripe_local-0.2.4 spec/webhook_fixtures/invoice.payment_succeeded.json
stripe_local-0.2.3 spec/webhook_fixtures/invoice.payment_succeeded.json
stripe_local-0.2.2 spec/webhook_fixtures/invoice.payment_succeeded.json
stripe_local-0.2.1 spec/webhook_fixtures/invoice.payment_succeeded.json
stripe_local-0.2.0 spec/webhook_fixtures/invoice.payment_succeeded.json
stripe_local-0.1.3 spec/webhook_fixtures/invoice.payment_succeeded.json
stripe_local-0.1.2 spec/webhook_fixtures/invoice.payment_succeeded.json
stripe_local-0.1.1 spec/webhook_fixtures/invoice.payment_succeeded.json
stripe_local-0.1.0 spec/webhook_fixtures/invoice.payment_succeeded.json
stripe_local-0.0.2 spec/webhook_fixtures/invoice.payment_succeeded.json