Advertisement
Guest User

Untitled

a guest
Aug 21st, 2019
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 2.10 KB | None | 0 0
  1. {
  2.   "donorId": "{CARTTRANS_ACCOUNT_ID_1}",
  3.   "transactionSource": "DE",
  4.   "dateReceived": "2015-5-1",
  5.   "totalCreditAmt": "0",
  6.   "totalPaymentAmt": "10000",
  7.   "totalPledgeAmt": "0",
  8.   "sendEmailConfirmation": false,
  9.   "receiptedDonorId": "{CARTTRANS_ACCOUNT_ID_1}",
  10.   "emailSendTo": "mail@paciolan.com",
  11.   "donationLineItems": [
  12.     {
  13.       "transactionType": "S",
  14.       "donationType": "C",
  15.       "driveYear": "1995",
  16.       "allocation": {
  17.         "key": {
  18.           "id": "{CARTTRANS_ALLOCATION_1}"
  19.         },
  20.         "allocationGroupId": "{CARTTRANS_ALLOCATION_GROUP_1}",
  21.         "annualGift": true
  22.       },
  23.       "pledgeAmt": "0",
  24.       "paymentAmt": "5000",
  25.       "comments": "my comments",
  26.       "renewable": false,
  27.       "motiveId": "",
  28.       "sourceId": "",
  29.       "matchPledgeAmt": "0",
  30.       "matchGiftAccountId": "",
  31.       "creditAmt": "0"
  32.     },
  33.     {
  34.       "transactionType": "S",
  35.       "donationType": "C",
  36.       "driveYear": "1996",
  37.       "allocation": {
  38.         "key": {
  39.           "id": "{CARTTRANS_ALLOCATION_1}"
  40.         },
  41.         "allocationGroupId": "{CARTTRANS_ALLOCATION_GROUP_1}",
  42.         "annualGift": true
  43.       },
  44.       "pledgeAmt": "0",
  45.       "paymentAmt": "5000",
  46.       "comments": "my comments",
  47.       "renewable": false,
  48.       "motiveId": "",
  49.       "sourceId": "",
  50.       "matchPledgeAmt": "0",
  51.       "matchGiftAccountId": "",
  52.       "creditAmt": "0"
  53.     }
  54.   ],
  55.   "payments": [
  56.     {
  57.       "id": "01",
  58.       "accountId": "{CARTTRANS_ACCOUNT_ID_1}",
  59.       "paycodeId": "ECAUTO",
  60.       "paymentType": "EC",
  61.       "paymentAmount": "10000",
  62.       "paymentDate": "2015-1-1",
  63.       "bankAccount": {
  64.         "firstName": "Luca",
  65.         "lastName": "Pacioli",
  66.         "accountNumber": "4100",
  67.         "routingNumber": "021000021",
  68.         "type": "C",
  69.         "preferredFl": "true",
  70.         "instName": "Chase"
  71.       },
  72.       "terminalId": "dev8_ret",
  73.       "billingAddress": {
  74.         "address1": "1295 Charleston Road",
  75.         "city": "Mountain View",
  76.         "state": "CA",
  77.         "zipcode": "94043",
  78.         "country": "US"
  79.       }
  80.     }
  81.   ]
  82. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement