Created
November 5, 2014 19:28
-
-
Save matthewarkin/c0b945e9a07d8bc4a8de to your computer and use it in GitHub Desktop.
Stripe Automatic Transfer
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"id": "tr_4xcA4dIkJ30RpX", | |
"object": "transfer", | |
"created": 1413337842, | |
"date": 1413417600, | |
"livemode": true, | |
"amount": 200000, | |
"currency": "usd", | |
"status": "paid", | |
"type": "bank_account", | |
"balance_transaction": "txn_4xcAR5vy1Fh13A", | |
"bank_account": { | |
"object": "bank_account", | |
"id": "ba_CTdlQzUWpwdkfx", | |
"last4": "7667", | |
"country": "US", | |
"currency": "usd", | |
"status": "new", | |
"fingerprint": "iaKtyCtofXb6pecT", | |
"bank_name": "BANK OF AMERICA, N.A.", | |
"default_for_currency": true, | |
"disabled": false, | |
"validated": false, | |
"verified": false | |
}, | |
"description": "STRIPE TRANSFER", | |
"failure_message": null, | |
"failure_code": null, | |
"metadata": {}, | |
"statement_description": null, | |
"recipient": null, | |
"summary": { | |
"charge_gross": 200000, | |
"charge_fees": 5860, | |
"charge_fee_details": [ | |
{ | |
"amount": 5860, | |
"currency": "usd", | |
"type": "stripe_fee", | |
"description": null, | |
"application": null | |
} | |
], | |
"refund_gross": 0, | |
"refund_fees": 0, | |
"refund_fee_details": [], | |
"adjustment_gross": 5860, | |
"adjustment_fees": 0, | |
"adjustment_fee_details": [], | |
"validation_fees": 0, | |
"validation_count": 0, | |
"charge_count": 2, | |
"refund_count": 0, | |
"adjustment_count": 1, | |
"net": 200000, | |
"currency": "usd", | |
"collected_fee_gross": 0, | |
"collected_fee_count": 0, | |
"collected_fee_refund_gross": 0, | |
"collected_fee_refund_count": 0 | |
}, | |
"transactions": { | |
"object": "list", | |
"total_count": 3, | |
"has_more": false, | |
"url": "/v1/transfers/tr_4xcA4dIkJ30RpX/transactions", | |
"data": [ | |
{ | |
"id": "ad_4xcA6hFy6IDIrW", | |
"type": "adjustment", | |
"amount": 5860, | |
"currency": "usd", | |
"net": 5860, | |
"created": 1413337842, | |
"description": "Stripe's friends Credit", | |
"fee": 0, | |
"fee_details": [] | |
}, | |
{ | |
"id": "ch_4xWRHnhJ94m3z7", | |
"type": "charge", | |
"amount": 100000, | |
"currency": "usd", | |
"net": 97070, | |
"created": 1413316560, | |
"description": "", | |
"fee": 2930, | |
"fee_details": [ | |
{ | |
"amount": 2930, | |
"currency": "usd", | |
"type": "stripe_fee", | |
"description": "Stripe processing fees", | |
"application": null | |
} | |
] | |
}, | |
{ | |
"id": "ch_4xWRVsIwHSwkzJ", | |
"type": "charge", | |
"amount": 100000, | |
"currency": "usd", | |
"net": 97070, | |
"created": 1413316546, | |
"description": "", | |
"fee": 2930, | |
"fee_details": [ | |
{ | |
"amount": 2930, | |
"currency": "usd", | |
"type": "stripe_fee", | |
"description": "Stripe processing fees", | |
"application": null | |
} | |
] | |
} | |
] | |
}, | |
"other_transfers": [ | |
"tr_4xcA4dIkJ30RpX" | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment