Advertisement
Guest User

Untitled

a guest
Nov 23rd, 2017
399
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 2.50 KB | None | 0 0
  1. {
  2.   "id": "ch_1BRN4mKQsB8U2Wg3okaPsAIO",
  3.   "object": "charge",
  4.   "amount": 10000,
  5.   "amount_refunded": 0,
  6.   "application": null,
  7.   "application_fee": null,
  8.   "balance_transaction": "txn_1BRN4nKQsB8U2Wg3S6rJPi7O",
  9.   "captured": true,
  10.   "created": 1511452640,
  11.   "currency": "cad",
  12.   "customer": "cus_BodI0QplFlA94A",
  13.   "description": "$100.00 Charge for Wesley <wy411@cs.local>",
  14.   "destination": null,
  15.   "dispute": null,
  16.   "failure_code": null,
  17.   "failure_message": null,
  18.   "fraud_details": {
  19.   },
  20.   "invoice": null,
  21.   "livemode": false,
  22.   "metadata": {
  23.   },
  24.   "on_behalf_of": null,
  25.   "order": null,
  26.   "outcome": {
  27.     "network_status": "approved_by_network",
  28.     "reason": null,
  29.     "risk_level": "normal",
  30.     "seller_message": "Payment complete.",
  31.     "type": "authorized"
  32.   },
  33.   "paid": true,
  34.   "receipt_email": null,
  35.   "receipt_number": null,
  36.   "refunded": false,
  37.   "refunds": {
  38.     "object": "list",
  39.     "data": [
  40.     ],
  41.     "has_more": false,
  42.     "total_count": 0,
  43.     "url": "/v1/charges/ch_1BRN4mKQsB8U2Wg3okaPsAIO/refunds"
  44.   },
  45.   "review": null,
  46.   "shipping": null,
  47.   "source": {
  48.     "id": "src_1BR1DvKQsB8U2Wg30Ir7ls1m",
  49.     "object": "source",
  50.     "amount": null,
  51.     "client_secret": "src_client_secret_BoeWeoGTMeLIVbz8qvx4UwLP",
  52.     "created": 1511452641,
  53.     "currency": null,
  54.     "customer": "cus_BodI0QplFlA94A",
  55.     "flow": "none",
  56.     "livemode": false,
  57.     "metadata": {
  58.     },
  59.     "owner": {
  60.       "address": {
  61.         "city": "Toronto",
  62.         "country": "CA",
  63.         "line1": "665 Seneca Hill Drive",
  64.         "line2": null,
  65.         "postal_code": "M2J2W7",
  66.         "state": "ON"
  67.       },
  68.       "email": "wy411@cs.local",
  69.       "name": "Wesley Yang",
  70.       "phone": "6479884805",
  71.       "verified_address": null,
  72.       "verified_email": null,
  73.       "verified_name": null,
  74.       "verified_phone": null
  75.     },
  76.     "statement_descriptor": null,
  77.     "status": "chargeable",
  78.     "type": "card",
  79.     "usage": "reusable",
  80.     "card": {
  81.       "exp_month": 10,
  82.       "exp_year": 2020,
  83.       "brand": "Visa",
  84.       "country": "CA",
  85.       "cvc_check": null,
  86.       "fingerprint": "UPyBAabPs02YyGXx",
  87.       "funding": "credit",
  88.       "last4": "1881",
  89.       "three_d_secure": "optional",
  90.       "address_line1_check": null,
  91.       "address_zip_check": null,
  92.       "tokenization_method": null,
  93.       "dynamic_last4": null
  94.     }
  95.   },
  96.   "source_transfer": null,
  97.   "statement_descriptor": "MyGiftCardsPlus",
  98.   "status": "succeeded",
  99.   "transfer_group": null
  100. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement