Advertisement
Guest User

Cancelled by expired transaction

a guest
Nov 15th, 2019
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.46 KB | None | 0 0
  1. {
  2.    "success":true,
  3.    "data":{
  4.       "code": "7d803c88-2742-4e1b-a3b5-118115d82ca8",
  5.       "status": "Cancelled"
  6.       "payment_history": [{
  7.           "status": "Pending",
  8.           "amount": 255,
  9.           "currenct": EUR,
  10.           "date": "2019-01-01T12:00:00.123Z"
  11.       },
  12.       {
  13.           "status": "Expired",
  14.           "amount": 255,
  15.           "currenct": EUR,
  16.           "date": "2019-01-01T14:00:00.123Z"
  17.       }]
  18.    },
  19.    "errors":[],
  20. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement