Advertisement
Guest User

Untitled

a guest
Oct 23rd, 2018
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.25 KB | None | 0 0
  1. {
  2.         "transaction_id": "0xbdcd0541acec6ec0d15e34fddd9b6df289d60a33121a43c4f645c1e52ca20a10", // string - default: null
  3.         "server_group": 4, int - default: null
  4.         "address": "0xc6622aff60e5ab64d340d72809f1de6dffaf6e0f", // string - default: not null | to be set by user: where does he want his tokens delivered ?
  5.         "created": 1520347003056, // int - set automatically by backend
  6.         "payment_reference": "asdf" //string - default: not null | to be set by fractal: put payment reference ID provided by payment provider
  7.         "user_id": "asdf", // string - default: not null  | to be set by fractal: which user bought the tokens?
  8.         "token_amount": "96770000000000000000", // string -  default: not null | token amount to deliver, including 18 decimals
  9.         "work_status": "innocent", // string - default: "innocent"  | to be set by token delivery script
  10.         "updated": 1520507058271, // int - set automatically by backend
  11.         "objectId": "0000B7C6-197A-98C1-FFA9-54DC5C1B0F00", // string - set automatically by backend
  12.         "payment_method": "CC",
  13.         "___class": "ico_transactions" // string - default: not null | to be set by fractal, must be BTC for BTC payments, CC for credit card, ETH for ether buyers
  14.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement