Advertisement
Guest User

Untitled

a guest
Feb 22nd, 2019
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 3.45 KB | None | 0 0
  1. {
  2.   "id": "ch_1E6dduBZDNnKdQEE0LmsuO0q",
  3.   "object": "charge",
  4.   "amount": 998,
  5.   "amount_refunded": 173,
  6.   "application": null,
  7.   "application_fee": null,
  8.   "application_fee_amount": null,
  9.   "balance_transaction": "txn_1E6dduBZDNnKdQEEseRx81aS",
  10.   "captured": true,
  11.   "created": 1550840442,
  12.   "currency": "eur",
  13.   "customer": null,
  14.   "description": "",
  15.   "destination": null,
  16.   "dispute": null,
  17.   "failure_code": null,
  18.   "failure_message": null,
  19.   "fraud_details": {
  20.   },
  21.   "invoice": null,
  22.   "livemode": false,
  23.   "metadata": {
  24.   },
  25.   "on_behalf_of": null,
  26.   "order": null,
  27.   "outcome": {
  28.     "network_status": "approved_by_network",
  29.     "reason": null,
  30.     "risk_level": "normal",
  31.     "risk_score": 30,
  32.     "seller_message": "Payment complete.",
  33.     "type": "authorized"
  34.   },
  35.   "paid": true,
  36.   "payment_intent": null,
  37.   "receipt_email": null,
  38.   "receipt_number": null,
  39.   "receipt_url": "https://pay.stripe.com/receipts/acct_18gcRcBZDNnKdQEE/ch_1E6dduBZDNnKdQEE0LmsuO0q/rcpt_EZnED5cacY7Jzr7aIyHxBWRb7NkyI7L",
  40.   "refunded": false,
  41.   "refunds": {
  42.     "object": "list",
  43.     "data": [
  44.       {
  45.         "id": "re_1E6deWBZDNnKdQEEMBcvNyTj",
  46.         "object": "refund",
  47.         "amount": 173,
  48.         "balance_transaction": {
  49.           "id": "txn_1E6deXBZDNnKdQEEOQQIryWM",
  50.           "object": "balance_transaction",
  51.           "amount": -173,
  52.           "available_on": 1551398400,
  53.           "created": 1550840480,
  54.           "currency": "eur",
  55.           "description": "REFUND FOR CHARGE ()",
  56.           "exchange_rate": null,
  57.           "fee": -6,
  58.           "fee_details": [
  59.             {
  60.               "amount": -5,
  61.               "application": null,
  62.               "currency": "eur",
  63.               "description": "Stripe processing fee refund",
  64.               "type": "stripe_fee"
  65.             },
  66.             {
  67.               "amount": -1,
  68.               "application": null,
  69.               "currency": "eur",
  70.               "description": "VAT refund",
  71.               "type": "tax"
  72.             }
  73.           ],
  74.           "net": -167,
  75.           "source": "re_1E6deWBZDNnKdQEEMBcvNyTj",
  76.           "status": "pending",
  77.           "type": "refund"
  78.         },
  79.         "charge": "ch_1E6dduBZDNnKdQEE0LmsuO0q",
  80.         "created": 1550840480,
  81.         "currency": "eur",
  82.         "metadata": {
  83.         },
  84.         "reason": "requested_by_customer",
  85.         "receipt_number": null,
  86.         "source_transfer_reversal": null,
  87.         "status": "succeeded",
  88.         "transfer_reversal": null
  89.       }
  90.     ],
  91.     "has_more": false,
  92.     "total_count": 1,
  93.     "url": "/v1/charges/ch_1E6dduBZDNnKdQEE0LmsuO0q/refunds"
  94.   },
  95.   "review": null,
  96.   "shipping": null,
  97.   "source": {
  98.     "id": "card_1E6ddtBZDNnKdQEE0KLtnUDA",
  99.     "object": "card",
  100.     "address_city": null,
  101.     "address_country": "NL",
  102.     "address_line1": null,
  103.     "address_line1_check": null,
  104.     "address_line2": null,
  105.     "address_state": null,
  106.     "address_zip": null,
  107.     "address_zip_check": null,
  108.     "brand": "Visa",
  109.     "country": "US",
  110.     "customer": null,
  111.     "cvc_check": "pass",
  112.     "dynamic_last4": null,
  113.     "exp_month": 12,
  114.     "exp_year": 2022,
  115.     "fingerprint": "0HVM2oBQLS8ZPb5c",
  116.     "funding": "credit",
  117.     "last4": "4242",
  118.     "metadata": {
  119.     },
  120.     "name": null,
  121.     "tokenization_method": null
  122.   },
  123.   "source_transfer": null,
  124.   "statement_descriptor": "Ollie Pippa Ziggy",
  125.   "status": "succeeded",
  126.   "transfer_data": null,
  127.   "transfer_group": null
  128. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement