1{
2 Action=ChargeProcessor,
3 Version=1.0,
4 statusCode=200,
5 timestamp=1654158904112,
6 validRequest=true.
7 responseJSON={
8 "transactions": [
9 {
10 "taxAmount": null,
11 "status": "SUCCEEDED",
12 "staffName": null,
13 "source": "source",
14 "salesforceId": "salesforceId",
15 "salesforceContact": null,
16 "salesforceAccount": null,
17 "receiptUrl": "https://pay.stripe.com/receipts/payment/CAcaFwoVYWNjdF8xR2I1TE1DRzkzNGZseHJYKLfs4ZQGMgZQ82sBe_U6LBa3h5-Am13_SoZaoFEPX86g6qsVsZ6mBt7qbBBfW3xjuuG54RObOx7jjMl4",
18 "receiptNumber": null,
19 "receiptEmail": null,
20 "processorType": "processorType",
21 "processorOrgId": "processorOrgId",
22 "processorId": "processorId",
23 "processorCustomerId": "processorCustomerId",
24 "processingFee": null,
25 "paymentMethodType": null,
26 "paymentMethodId": null,
27 "paymentIntentId": null,
28 "locationId": null,
29 "keyValue": null,
30 "isChargeExept": null,
31 "errorMessage": null,
32 "description": "test payment",
33 "customer": "customrId",
34 "createdVia": "Breadwinner API",
35 "createdDateInProcessor": "2022-06-02T08:35:02.000Z",
36 "chargeStatus": null,
37 "chargeCurrency": "USD",
38 "captured": true,
39 "billingStreetAddress2": "",
40 "billingStreetAddress1": "",
41 "billingPostalCode": "11111",
42 "billingCountry": "",
43 "billingCity": "",
44 "applicationFee": null,
45 "amountRefunded": 0.00,
46 "amount": 123.12
47 }
48 ]
49 }
50}
51