Sha256: af604fa52cb89700aa20fa6d1c3fde1b4e19639924bc1ba60941270d622fa71a

Contents?: true

Size: 848 Bytes

Versions: 11

Compression:

Stored size: 848 Bytes

Contents

{
    "account": {
        "bank_name": "STRIPE TEST BANK",
        "country": "US",
        "currency": "usd",
        "fingerprint": "Os7B4bbyVewMDVUT",
        "id": "ba_2fOFGB7eur8QVV",
        "last4": "6789",
        "object": "bank_account",
        "validated": "false",
        "verified": "false"
    },
    "amount": 100,
    "balance_transaction": "txn_2fOGkiBkDgpObU",
    "currency": "usd",
    "date": 1380535261,
    "description": "a dollar for Don Atello",
    "id": "tr_2fOGfKABdHu3uf",
    "livemode": "false",
    "metadata": {},
    "object": "transfer",
    "other_transfers": [
        "tr_2fODmiKUnck7bj",
        "tr_2fOGfKABdHu3uf",
        "tr_2fOHVNt0wM8iIO",
        "tr_2fOdARkVPa7l1Q",
        "tr_2fOyxlx9hMcZGH"
    ],
    "recipient": "rp_2fOFKSa9bt2NNM",
    "statement_descriptor": null,
    "status": "paid"
}

Version data entries

11 entries across 11 versions & 1 rubygems

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