Sha256: ba93b5fb5aab5e9e2acbbdda7d08f292d452bcf051369c2df9ae3c71c9b562af

Contents?: true

Size: 1.15 KB

Versions: 11

Compression:

Stored size: 1.15 KB

Contents

{
    "amount": 9900,
    "amount_refunded": 0,
    "balance_transaction": "txn_2wiSFq1N6BTZTQ",
    "captured": "true",
    "card": {
        "address_city": null,
        "address_country": null,
        "address_line1": null,
        "address_line1_check": null,
        "address_line2": null,
        "address_state": null,
        "address_zip": null,
        "address_zip_check": null,
        "country": "US",
        "customer": "cus_1eX7onie2gq8m1",
        "cvc_check": null,
        "exp_month": 1,
        "exp_year": 2016,
        "fingerprint": "oIGflimx8B0svWgw",
        "id": "cc_1eX7GyRo6wivEf",
        "last4": "4242",
        "name": "Jacob Johnson",
        "object": "card",
        "type": "Visa"
    },
    "created": 1375398494,
    "currency": "usd",
    "customer": "cus_1eX7onie2gq8m1",
    "description": null,
    "dispute": null,
    "failure_code": null,
    "failure_message": null,
    "id": "ch_2wiSyZQkZw8F50",
    "invoice": "in_2whTLSkV2ItHAv",
    "livemode": "false",
    "metadata": {
      "desc": "a charge object",
      "number": 1
    },
    "object": "charge",
    "paid": "true",
    "refunded": "false",
    "refunds": []
}

Version data entries

11 entries across 11 versions & 1 rubygems

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