Advertisement
Guest User

Untitled

a guest
Jul 2nd, 2015
261
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.37 KB | None | 0 0
  1. {
  2. "id": "evt_16JjkmCFwa0w45p6t3NRwIK7",
  3. "created": 1435751508,
  4. "livemode": true,
  5. "type": "charge.failed",
  6. "data": {
  7. "object": {
  8. "id": "py_16IfvCCFwa0w45p6IYIhlTZX",
  9. "object": "charge",
  10. "created": 1435498450,
  11. "livemode": true,
  12. "paid": false,
  13. "status": "failed",
  14. "amount": 35000,
  15. "currency": "usd",
  16. "refunded": true,
  17. "source": {
  18. "object": "bank_account",
  19. "id": "ba_1687J3CFwa0w45p6TytLpsHV",
  20. "last4": "9286",
  21. "country": "US",
  22. "currency": "usd",
  23. "status": "verified",
  24. "fingerprint": "X9rC9LqtfT7nQsPj",
  25. "routing_number": "071000013",
  26. "bank_name": "JPMORGAN CHASE BANK, NA",
  27. "metadata": {},
  28. "customer": "cus_6HX7PWsyK752QA"
  29. },
  30. "captured": true,
  31. "balance_transaction": "txn_16IfvDCFwa0w45p6RL33ThXv",
  32. "failure_message": "The bank account details on file are probably incorrect. No bank account could be located with those details.",
  33. "failure_code": "no_account",
  34. "amount_refunded": 35000,
  35. "customer": "cus_6HX7PWsyK752QA",
  36. "invoice": null,
  37. "description": null,
  38. "dispute": null,
  39. "metadata": {
  40. "customer_id": "22536",
  41. "app_id": "30730",
  42. "invoice_id": "0",
  43. "expert_id": "1139",
  44. "program_id": "1242"
  45. },
  46. "statement_descriptor": "VPAY",
  47. "fraud_details": {},
  48. "receipt_email": null,
  49. "receipt_number": null,
  50. "shipping": null,
  51. "destination": null,
  52. "application_fee": null,
  53. "refunds": {
  54. "object": "list",
  55. "total_count": 1,
  56. "has_more": false,
  57. "url": "/v1/charges/py_16IfvCCFwa0w45p6IYIhlTZX/refunds",
  58. "data": [
  59. {
  60. "id": "pyr_16JjkmCFwa0w45p6SwB9pOXF",
  61. "amount": 35000,
  62. "currency": "usd",
  63. "created": 1435751508,
  64. "object": "refund",
  65. "balance_transaction": "txn_16JjkmCFwa0w45p6kQEr6Qw6",
  66. "metadata": {},
  67. "charge": "py_16IfvCCFwa0w45p6IYIhlTZX",
  68. "receipt_number": null,
  69. "reason": null,
  70. "description": "Payment failure refund"
  71. }
  72. ]
  73. }
  74. }
  75. },
  76. "object": "event",
  77. "pending_webhooks": 1,
  78. "request": null,
  79. "api_version": "2015-04-07"
  80. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement