Chilkat Online Tools

DataFlex / Salesforce Platform APIs / Create Gifts

Back to Collection Items

Use ChilkatAx-win32.pkg

Procedure Test
    Handle hoHttp
    Boolean iSuccess
    Variant vJson
    Handle hoJson
    Variant vResp
    Handle hoResp
    Variant vSbResponseBody
    Handle hoSbResponseBody
    Handle hoJResp
    Integer iRespStatusCode
    Boolean iSuccess
    String sHref
    String sId
    String sGifttransactionHref
    String sGifttransactionId
    String sGiftcommitmentHref
    String sGiftcommitmentId
    String sPaymentinstrumentHref
    String sPaymentinstrumentId
    Integer j
    Integer iCount_j
    String sHref
    String sId
    Integer iSuccesses
    Integer iFailures
    Integer iNotProcessed
    Integer i
    Integer iCount_i
    String sTemp1
    Boolean bTemp1

    // This example assumes the Chilkat API to have been previously unlocked.
    // See Global Unlock Sample for sample code.

    Get Create (RefClass(cComChilkatHttp)) To hoHttp
    If (Not(IsComObjectCreated(hoHttp))) Begin
        Send CreateComObject of hoHttp
    End

    // Use this online tool to generate code from sample JSON: Generate Code to Create JSON

    // The following JSON is sent in the request body.

    // {
    //   "processingOptions": {
    //     "donorOptions": {
    //       "defaultUpdateLogic": "update_all"
    //     }
    //   },
    //   "gifts": [
    //     {
    //       "amount": 150.25,
    //       "currencyIsoCode": "USD",
    //       "receivedDate": "2024-07-06",
    //       "donorCoverAmount": 0.25,
    //       "transactionStatus": "Unpaid",
    //       "commitmentId": "<SFDC_COMMITMENT_ID>",
    //       "paymentIdentifier": "1234",
    //       "gatewayTransactionFee": 0.75,
    //       "processorTransactionFee": 0.45,
    //       "processorReference": "cls-1247586928747",
    //       "gatewayReference": "102656693ac3ca6e0cdafbfe89ab99",
    //       "lastGatewayResponseCode": "invalid_cvc",
    //       "lastGatewayErrorMessage": "The card’s security code is invalid. Check the card’s security code or use a different card.",
    //       "lastGatewayProcessedDateTime": "2023-07-06T21:57:51Z",
    //       "campaign": {
    //         "id": "<SFDC_CAMPAIGN_ID>"
    //       },
    //       "outreachSourceCode": {
    //         "id": "<SFDC_OUTREACH_SOURCE_CODE_ID>",
    //         "sourceCode": "AnimalEmailCampaign2023"
    //       },
    //       "donor": {
    //         "donorType": "individual",
    //         "id": "<SFDC_PERSON_ACCOUNT_ID>",
    //         "organizationName": "<Organization_Name>",
    //         "firstName": "Test",
    //         "lastName": "Donor",
    //         "phone": "510-434-8920",
    //         "email": "test.user@example.com",
    //         "address": [
    //           {
    //             "addressType": "mailing",
    //             "street": "123 Main Street",
    //             "city": "Oakland",
    //             "state": "CA",
    //             "postalCode": "94610",
    //             "country": "US"
    //           }
    //         ],
    //         "accountCustomFields": [
    //           {
    //             "fieldName": "string",
    //             "fieldValue": "string"
    //           }
    //         ]
    //       },
    //       "paymentInstrument": {
    //         "type": "credit card",
    //         "accountHolderName": "test donor",
    //         "expiryMonth": "10",
    //         "expiryYear": "2027",
    //         "last4": "4585",
    //         "cardBrand": "visa",
    //         "bankName": "chase",
    //         "digitalWalletProvider": "apple pay",
    //         "bankAccountHolderType": "primary",
    //         "bankAccountType": "checking",
    //         "bankAccountNumber": "123456",
    //         "bankCode": "HBUK",
    //         "gatewayName": "stripe",
    //         "processorName": "test processor",
    //         "processorPaymentReference": "string",
    //         "gatewayReference": "string"
    //       },
    //       "designations": [
    //         {
    //           "designationId": "<SFDC_GIFT_DESIGNATION_ID>",
    //           "percent": 10,
    //           "amount": 150.25
    //         }
    //       ],
    //       "giftTransactionCustomFields": [
    //         {
    //           "fieldName": "string",
    //           "fieldValue": "string"
    //         }
    //       ]
    //     },
    //     {
    //       "amount": 250.00,
    //       "currencyIsoCode": "USD",
    //       "receivedDate": "2024-07-06",
    //       "donorCoverAmount": 0.25,
    //       "transactionStatus": "Unpaid",
    //       "commitmentId": "<SFDC_COMMITMENT_ID>",
    //       "paymentIdentifier": "1234",
    //       "gatewayTransactionFee": 0.75,
    //       "processorTransactionFee": 0.45,
    //       "processorReference": "cls-1247586928747",
    //       "gatewayReference": "102656693ac3ca6e0cdafbfe89ab99",
    //       "lastGatewayResponseCode": "invalid_cvc",
    //       "lastGatewayErrorMessage": "The card’s security code is invalid. Check the card’s security code or use a different card.",
    //       "lastGatewayProcessedDateTime": "2023-07-06T21:57:51Z",
    //       "campaign": {
    //         "id": "<SFDC_CAMPAIGN_ID>"
    //       },
    //       "outreachSourceCode": {
    //         "id": "<SFDC_OUTREACH_SOURCE_CODE_ID>",
    //         "sourceCode": "AnimalEmailCampaign2023"
    //       },
    //       "donor": {
    //         "donorType": "individual",
    //         "id": "<SFDC_PERSON_ACCOUNT_ID>",
    //         "organizationName": "<Organization_Name>",
    //         "firstName": "Test",
    //         "lastName": "Donor",
    //         "phone": "510-434-8920",
    //         "email": "test.user@example.com",
    //         "address": [
    //           {
    //             "addressType": "mailing",
    //             "street": "123 Main Street",
    //             "city": "Oakland",
    //             "state": "CA",
    //             "postalCode": "94610",
    //             "country": "US"
    //           }
    //         ],
    //         "accountCustomFields": [
    //           {
    //             "fieldName": "string",
    //             "fieldValue": "string"
    //           }
    //         ]
    //       },
    //       "paymentInstrument": {
    //         "type": "credit card",
    //         "accountHolderName": "test donor",
    //         "expiryMonth": "10",
    //         "expiryYear": "2027",
    //         "last4": "4585",
    //         "cardBrand": "visa",
    //         "bankName": "chase",
    //         "digitalWalletProvider": "apple pay",
    //         "bankAccountHolderType": "primary",
    //         "bankAccountType": "checking",
    //         "bankAccountNumber": "123456",
    //         "bankCode": "HBUK",
    //         "gatewayName": "stripe",
    //         "processorName": "test processor",
    //         "processorPaymentReference": "string",
    //         "gatewayReference": "string"
    //       },
    //       "designations": [
    //         {
    //           "designationId": "<SFDC_GIFT_DESIGNATION_ID>",
    //           "percent": 10,
    //           "amount": 150.25
    //         }
    //       ],
    //       "giftTransactionCustomFields": [
    //         {
    //           "fieldName": "string",
    //           "fieldValue": "string"
    //         }
    //       ]
    //     }
    //   ]
    // }

    Get Create (RefClass(cComChilkatJsonObject)) To hoJson
    If (Not(IsComObjectCreated(hoJson))) Begin
        Send CreateComObject of hoJson
    End
    Get ComUpdateString Of hoJson "processingOptions.donorOptions.defaultUpdateLogic" "update_all" To iSuccess
    Get ComUpdateNumber Of hoJson "gifts[0].amount" "150.25" To iSuccess
    Get ComUpdateString Of hoJson "gifts[0].currencyIsoCode" "USD" To iSuccess
    Get ComUpdateString Of hoJson "gifts[0].receivedDate" "2024-07-06" To iSuccess
    Get ComUpdateNumber Of hoJson "gifts[0].donorCoverAmount" "0.25" To iSuccess
    Get ComUpdateString Of hoJson "gifts[0].transactionStatus" "Unpaid" To iSuccess
    Get ComUpdateString Of hoJson "gifts[0].commitmentId" "<SFDC_COMMITMENT_ID>" To iSuccess
    Get ComUpdateString Of hoJson "gifts[0].paymentIdentifier" "1234" To iSuccess
    Get ComUpdateNumber Of hoJson "gifts[0].gatewayTransactionFee" "0.75" To iSuccess
    Get ComUpdateNumber Of hoJson "gifts[0].processorTransactionFee" "0.45" To iSuccess
    Get ComUpdateString Of hoJson "gifts[0].processorReference" "cls-1247586928747" To iSuccess
    Get ComUpdateString Of hoJson "gifts[0].gatewayReference" "102656693ac3ca6e0cdafbfe89ab99" To iSuccess
    Get ComUpdateString Of hoJson "gifts[0].lastGatewayResponseCode" "invalid_cvc" To iSuccess
    Get ComUpdateString Of hoJson "gifts[0].lastGatewayErrorMessage" "The card’s security code is invalid. Check the card’s security code or use a different card." To iSuccess
    Get ComUpdateString Of hoJson "gifts[0].lastGatewayProcessedDateTime" "2023-07-06T21:57:51Z" To iSuccess
    Get ComUpdateString Of hoJson "gifts[0].campaign.id" "<SFDC_CAMPAIGN_ID>" To iSuccess
    Get ComUpdateString Of hoJson "gifts[0].outreachSourceCode.id" "<SFDC_OUTREACH_SOURCE_CODE_ID>" To iSuccess
    Get ComUpdateString Of hoJson "gifts[0].outreachSourceCode.sourceCode" "AnimalEmailCampaign2023" To iSuccess
    Get ComUpdateString Of hoJson "gifts[0].donor.donorType" "individual" To iSuccess
    Get ComUpdateString Of hoJson "gifts[0].donor.id" "<SFDC_PERSON_ACCOUNT_ID>" To iSuccess
    Get ComUpdateString Of hoJson "gifts[0].donor.organizationName" "<Organization_Name>" To iSuccess
    Get ComUpdateString Of hoJson "gifts[0].donor.firstName" "Test" To iSuccess
    Get ComUpdateString Of hoJson "gifts[0].donor.lastName" "Donor" To iSuccess
    Get ComUpdateString Of hoJson "gifts[0].donor.phone" "510-434-8920" To iSuccess
    Get ComUpdateString Of hoJson "gifts[0].donor.email" "test.user@example.com" To iSuccess
    Get ComUpdateString Of hoJson "gifts[0].donor.address[0].addressType" "mailing" To iSuccess
    Get ComUpdateString Of hoJson "gifts[0].donor.address[0].street" "123 Main Street" To iSuccess
    Get ComUpdateString Of hoJson "gifts[0].donor.address[0].city" "Oakland" To iSuccess
    Get ComUpdateString Of hoJson "gifts[0].donor.address[0].state" "CA" To iSuccess
    Get ComUpdateString Of hoJson "gifts[0].donor.address[0].postalCode" "94610" To iSuccess
    Get ComUpdateString Of hoJson "gifts[0].donor.address[0].country" "US" To iSuccess
    Get ComUpdateString Of hoJson "gifts[0].donor.accountCustomFields[0].fieldName" "string" To iSuccess
    Get ComUpdateString Of hoJson "gifts[0].donor.accountCustomFields[0].fieldValue" "string" To iSuccess
    Get ComUpdateString Of hoJson "gifts[0].paymentInstrument.type" "credit card" To iSuccess
    Get ComUpdateString Of hoJson "gifts[0].paymentInstrument.accountHolderName" "test donor" To iSuccess
    Get ComUpdateString Of hoJson "gifts[0].paymentInstrument.expiryMonth" "10" To iSuccess
    Get ComUpdateString Of hoJson "gifts[0].paymentInstrument.expiryYear" "2027" To iSuccess
    Get ComUpdateString Of hoJson "gifts[0].paymentInstrument.last4" "4585" To iSuccess
    Get ComUpdateString Of hoJson "gifts[0].paymentInstrument.cardBrand" "visa" To iSuccess
    Get ComUpdateString Of hoJson "gifts[0].paymentInstrument.bankName" "chase" To iSuccess
    Get ComUpdateString Of hoJson "gifts[0].paymentInstrument.digitalWalletProvider" "apple pay" To iSuccess
    Get ComUpdateString Of hoJson "gifts[0].paymentInstrument.bankAccountHolderType" "primary" To iSuccess
    Get ComUpdateString Of hoJson "gifts[0].paymentInstrument.bankAccountType" "checking" To iSuccess
    Get ComUpdateString Of hoJson "gifts[0].paymentInstrument.bankAccountNumber" "123456" To iSuccess
    Get ComUpdateString Of hoJson "gifts[0].paymentInstrument.bankCode" "HBUK" To iSuccess
    Get ComUpdateString Of hoJson "gifts[0].paymentInstrument.gatewayName" "stripe" To iSuccess
    Get ComUpdateString Of hoJson "gifts[0].paymentInstrument.processorName" "test processor" To iSuccess
    Get ComUpdateString Of hoJson "gifts[0].paymentInstrument.processorPaymentReference" "string" To iSuccess
    Get ComUpdateString Of hoJson "gifts[0].paymentInstrument.gatewayReference" "string" To iSuccess
    Get ComUpdateString Of hoJson "gifts[0].designations[0].designationId" "<SFDC_GIFT_DESIGNATION_ID>" To iSuccess
    Get ComUpdateInt Of hoJson "gifts[0].designations[0].percent" 10 To iSuccess
    Get ComUpdateNumber Of hoJson "gifts[0].designations[0].amount" "150.25" To iSuccess
    Get ComUpdateString Of hoJson "gifts[0].giftTransactionCustomFields[0].fieldName" "string" To iSuccess
    Get ComUpdateString Of hoJson "gifts[0].giftTransactionCustomFields[0].fieldValue" "string" To iSuccess
    Get ComUpdateNumber Of hoJson "gifts[1].amount" "250.00" To iSuccess
    Get ComUpdateString Of hoJson "gifts[1].currencyIsoCode" "USD" To iSuccess
    Get ComUpdateString Of hoJson "gifts[1].receivedDate" "2024-07-06" To iSuccess
    Get ComUpdateNumber Of hoJson "gifts[1].donorCoverAmount" "0.25" To iSuccess
    Get ComUpdateString Of hoJson "gifts[1].transactionStatus" "Unpaid" To iSuccess
    Get ComUpdateString Of hoJson "gifts[1].commitmentId" "<SFDC_COMMITMENT_ID>" To iSuccess
    Get ComUpdateString Of hoJson "gifts[1].paymentIdentifier" "1234" To iSuccess
    Get ComUpdateNumber Of hoJson "gifts[1].gatewayTransactionFee" "0.75" To iSuccess
    Get ComUpdateNumber Of hoJson "gifts[1].processorTransactionFee" "0.45" To iSuccess
    Get ComUpdateString Of hoJson "gifts[1].processorReference" "cls-1247586928747" To iSuccess
    Get ComUpdateString Of hoJson "gifts[1].gatewayReference" "102656693ac3ca6e0cdafbfe89ab99" To iSuccess
    Get ComUpdateString Of hoJson "gifts[1].lastGatewayResponseCode" "invalid_cvc" To iSuccess
    Get ComUpdateString Of hoJson "gifts[1].lastGatewayErrorMessage" "The card’s security code is invalid. Check the card’s security code or use a different card." To iSuccess
    Get ComUpdateString Of hoJson "gifts[1].lastGatewayProcessedDateTime" "2023-07-06T21:57:51Z" To iSuccess
    Get ComUpdateString Of hoJson "gifts[1].campaign.id" "<SFDC_CAMPAIGN_ID>" To iSuccess
    Get ComUpdateString Of hoJson "gifts[1].outreachSourceCode.id" "<SFDC_OUTREACH_SOURCE_CODE_ID>" To iSuccess
    Get ComUpdateString Of hoJson "gifts[1].outreachSourceCode.sourceCode" "AnimalEmailCampaign2023" To iSuccess
    Get ComUpdateString Of hoJson "gifts[1].donor.donorType" "individual" To iSuccess
    Get ComUpdateString Of hoJson "gifts[1].donor.id" "<SFDC_PERSON_ACCOUNT_ID>" To iSuccess
    Get ComUpdateString Of hoJson "gifts[1].donor.organizationName" "<Organization_Name>" To iSuccess
    Get ComUpdateString Of hoJson "gifts[1].donor.firstName" "Test" To iSuccess
    Get ComUpdateString Of hoJson "gifts[1].donor.lastName" "Donor" To iSuccess
    Get ComUpdateString Of hoJson "gifts[1].donor.phone" "510-434-8920" To iSuccess
    Get ComUpdateString Of hoJson "gifts[1].donor.email" "test.user@example.com" To iSuccess
    Get ComUpdateString Of hoJson "gifts[1].donor.address[0].addressType" "mailing" To iSuccess
    Get ComUpdateString Of hoJson "gifts[1].donor.address[0].street" "123 Main Street" To iSuccess
    Get ComUpdateString Of hoJson "gifts[1].donor.address[0].city" "Oakland" To iSuccess
    Get ComUpdateString Of hoJson "gifts[1].donor.address[0].state" "CA" To iSuccess
    Get ComUpdateString Of hoJson "gifts[1].donor.address[0].postalCode" "94610" To iSuccess
    Get ComUpdateString Of hoJson "gifts[1].donor.address[0].country" "US" To iSuccess
    Get ComUpdateString Of hoJson "gifts[1].donor.accountCustomFields[0].fieldName" "string" To iSuccess
    Get ComUpdateString Of hoJson "gifts[1].donor.accountCustomFields[0].fieldValue" "string" To iSuccess
    Get ComUpdateString Of hoJson "gifts[1].paymentInstrument.type" "credit card" To iSuccess
    Get ComUpdateString Of hoJson "gifts[1].paymentInstrument.accountHolderName" "test donor" To iSuccess
    Get ComUpdateString Of hoJson "gifts[1].paymentInstrument.expiryMonth" "10" To iSuccess
    Get ComUpdateString Of hoJson "gifts[1].paymentInstrument.expiryYear" "2027" To iSuccess
    Get ComUpdateString Of hoJson "gifts[1].paymentInstrument.last4" "4585" To iSuccess
    Get ComUpdateString Of hoJson "gifts[1].paymentInstrument.cardBrand" "visa" To iSuccess
    Get ComUpdateString Of hoJson "gifts[1].paymentInstrument.bankName" "chase" To iSuccess
    Get ComUpdateString Of hoJson "gifts[1].paymentInstrument.digitalWalletProvider" "apple pay" To iSuccess
    Get ComUpdateString Of hoJson "gifts[1].paymentInstrument.bankAccountHolderType" "primary" To iSuccess
    Get ComUpdateString Of hoJson "gifts[1].paymentInstrument.bankAccountType" "checking" To iSuccess
    Get ComUpdateString Of hoJson "gifts[1].paymentInstrument.bankAccountNumber" "123456" To iSuccess
    Get ComUpdateString Of hoJson "gifts[1].paymentInstrument.bankCode" "HBUK" To iSuccess
    Get ComUpdateString Of hoJson "gifts[1].paymentInstrument.gatewayName" "stripe" To iSuccess
    Get ComUpdateString Of hoJson "gifts[1].paymentInstrument.processorName" "test processor" To iSuccess
    Get ComUpdateString Of hoJson "gifts[1].paymentInstrument.processorPaymentReference" "string" To iSuccess
    Get ComUpdateString Of hoJson "gifts[1].paymentInstrument.gatewayReference" "string" To iSuccess
    Get ComUpdateString Of hoJson "gifts[1].designations[0].designationId" "<SFDC_GIFT_DESIGNATION_ID>" To iSuccess
    Get ComUpdateInt Of hoJson "gifts[1].designations[0].percent" 10 To iSuccess
    Get ComUpdateNumber Of hoJson "gifts[1].designations[0].amount" "150.25" To iSuccess
    Get ComUpdateString Of hoJson "gifts[1].giftTransactionCustomFields[0].fieldName" "string" To iSuccess
    Get ComUpdateString Of hoJson "gifts[1].giftTransactionCustomFields[0].fieldValue" "string" To iSuccess

    // Adds the "Authorization: Bearer <access_token>" header.
    Set ComAuthToken Of hoHttp To "<access_token>"

    Get pvComObject of hoJson to vJson
    Get ComPostJson3 Of hoHttp "https://domain.com/services/data/v{{version}}/connect/fundraising/gifts" "application/json" vJson To vResp
    If (IsComObject(vResp)) Begin
        Get Create (RefClass(cComChilkatHttpResponse)) To hoResp
        Set pvComObject Of hoResp To vResp
    End
    Get ComLastMethodSuccess Of hoHttp To bTemp1
    If (bTemp1 = False) Begin
        Get ComLastErrorText Of hoHttp To sTemp1
        Showln sTemp1
        Procedure_Return
    End

    Get Create (RefClass(cComChilkatStringBuilder)) To hoSbResponseBody
    If (Not(IsComObjectCreated(hoSbResponseBody))) Begin
        Send CreateComObject of hoSbResponseBody
    End
    Get pvComObject of hoSbResponseBody to vSbResponseBody
    Get ComGetBodySb Of hoResp vSbResponseBody To iSuccess

    Get Create (RefClass(cComChilkatJsonObject)) To hoJResp
    If (Not(IsComObjectCreated(hoJResp))) Begin
        Send CreateComObject of hoJResp
    End
    Get pvComObject of hoSbResponseBody to vSbResponseBody
    Get ComLoadSb Of hoJResp vSbResponseBody To iSuccess
    Set ComEmitCompact Of hoJResp To False

    Showln "Response Body:"
    Get ComEmit Of hoJResp To sTemp1
    Showln sTemp1

    Get ComStatusCode Of hoResp To iRespStatusCode
    Showln "Response Status Code = " iRespStatusCode
    If (iRespStatusCode >= 400) Begin
        Showln "Response Header:"
        Get ComHeader Of hoResp To sTemp1
        Showln sTemp1
        Showln "Failed."
        Send Destroy of hoResp
        Procedure_Return
    End

    Send Destroy of hoResp

    // Sample JSON response:
    // (Sample code for parsing the JSON response is shown below)

    // {
    //   "successes": 2,
    //   "failures": 0,
    //   "notProcessed": 0,
    //   "details": [
    //     {
    //       "success": true,
    //       "links": {
    //         "account": {
    //           "href": "/services/data/vXX.X/sobjects/sObject/<SFDC_ACCOUNT_ID>",
    //           "id": "<SFDC_ACCOUNT_ID>"
    //         },
    //         "gifttransaction": {
    //           "href": "/services/data/vXX.X/sobjects/sObject/<SFDC_GIFT_TRANSACTION_ID>",
    //           "id": "<SFDC_GIFT_TRANSACTION_ID>"
    //         },
    //         "giftcommitment": {
    //           "href": "/services/data/vXX.X/sobjects/sObject/<SFDC_GIFT_COMMITMENT_ID>",
    //           "id": "<SFDC_GIFT_COMMITMENT_ID>"
    //         },
    //         "paymentinstrument": {
    //           "href": "/services/data/vXX.X/sobjects/sObject/<SFDC_PAYMENT_INSTRUMENT_ID>",
    //           "id": "<SFDC_PAYMENT_INSTRUMENT_ID>"
    //         },
    //         "gifttransactiondesignation": [
    //           {
    //             "href": "/services/data/vXX.X/sobjects/sObject/<SFDC_GIFT_TRANSACTION_DESIGNATION_ID>",
    //             "id": "<SFDC_GIFT_TRANSACTION_DESIGNATION_ID>"
    //           }
    //         ]
    //       }
    //     },
    //     {
    //       "success": true,
    //       "links": {
    //         "account": {
    //           "href": "/services/data/vXX.X/sobjects/sObject/<SFDC_ACCOUNT_ID>",
    //           "id": "<SFDC_ACCOUNT_ID>"
    //         },
    //         "gifttransaction": {
    //           "href": "/services/data/vXX.X/sobjects/sObject/<SFDC_GIFT_TRANSACTION_ID>",
    //           "id": "<SFDC_GIFT_TRANSACTION_ID>"
    //         },
    //         "giftcommitment": {
    //           "href": "/services/data/vXX.X/sobjects/sObject/<SFDC_GIFT_COMMITMENT_ID>",
    //           "id": "<SFDC_GIFT_COMMITMENT_ID>"
    //         },
    //         "paymentinstrument": {
    //           "href": "/services/data/vXX.X/sobjects/sObject/<SFDC_PAYMENT_INSTRUMENT_ID>",
    //           "id": "<SFDC_PAYMENT_INSTRUMENT_ID>"
    //         },
    //         "gifttransactiondesignation": [
    //           {
    //             "href": "/services/data/vXX.X/sobjects/sObject/<SFDC_GIFT_TRANSACTION_DESIGNATION_ID>",
    //             "id": "<SFDC_GIFT_TRANSACTION_DESIGNATION_ID>"
    //           }
    //         ]
    //       }
    //     }
    //   ]
    // }

    // Sample code for parsing the JSON response...
    // Use this online tool to generate parsing code from sample JSON: Generate JSON Parsing Code

    Get ComIntOf Of hoJResp "successes" To iSuccesses
    Get ComIntOf Of hoJResp "failures" To iFailures
    Get ComIntOf Of hoJResp "notProcessed" To iNotProcessed
    Move 0 To i
    Get ComSizeOfArray Of hoJResp "details" To iCount_i
    While (i < iCount_i)
        Set ComI Of hoJResp To i
        Get ComBoolOf Of hoJResp "details[i].success" To iSuccess
        Get ComStringOf Of hoJResp "details[i].links.account.href" To sHref
        Get ComStringOf Of hoJResp "details[i].links.account.id" To sId
        Get ComStringOf Of hoJResp "details[i].links.gifttransaction.href" To sGifttransactionHref
        Get ComStringOf Of hoJResp "details[i].links.gifttransaction.id" To sGifttransactionId
        Get ComStringOf Of hoJResp "details[i].links.giftcommitment.href" To sGiftcommitmentHref
        Get ComStringOf Of hoJResp "details[i].links.giftcommitment.id" To sGiftcommitmentId
        Get ComStringOf Of hoJResp "details[i].links.paymentinstrument.href" To sPaymentinstrumentHref
        Get ComStringOf Of hoJResp "details[i].links.paymentinstrument.id" To sPaymentinstrumentId
        Move 0 To j
        Get ComSizeOfArray Of hoJResp "details[i].links.gifttransactiondesignation" To iCount_j
        While (j < iCount_j)
            Set ComJ Of hoJResp To j
            Get ComStringOf Of hoJResp "details[i].links.gifttransactiondesignation[j].href" To sHref
            Get ComStringOf Of hoJResp "details[i].links.gifttransactiondesignation[j].id" To sId
            Move (j + 1) To j
        Loop

        Move (i + 1) To i
    Loop



End_Procedure

Curl Command

curl -X POST
	-H "Authorization: Bearer <access_token>"
	-d '{
  "processingOptions": {
    "donorOptions": {
      "defaultUpdateLogic": "update_all"
    }
  },
  "gifts": [
    {
      "amount": 150.25,
      "currencyIsoCode": "USD",
      "receivedDate": "2024-07-06",
      "donorCoverAmount": 0.25,
      "transactionStatus": "Unpaid",
      "commitmentId": "<SFDC_COMMITMENT_ID>",
      "paymentIdentifier": "1234",
      "gatewayTransactionFee": 0.75,
      "processorTransactionFee": 0.45,
      "processorReference": "cls-1247586928747",
      "gatewayReference": "102656693ac3ca6e0cdafbfe89ab99",
      "lastGatewayResponseCode": "invalid_cvc",
      "lastGatewayErrorMessage": "The card’s security code is invalid. Check the card’s security code or use a different card.",
      "lastGatewayProcessedDateTime": "2023-07-06T21:57:51Z",
      "campaign": {
        "id": "<SFDC_CAMPAIGN_ID>"
      },
      "outreachSourceCode": {
        "id": "<SFDC_OUTREACH_SOURCE_CODE_ID>",
        "sourceCode": "AnimalEmailCampaign2023"
      },
      "donor": {
        "donorType": "individual",
        "id": "<SFDC_PERSON_ACCOUNT_ID>",
        "organizationName": "<Organization_Name>",
        "firstName": "Test",
        "lastName": "Donor",
        "phone": "510-434-8920",
        "email": "test.user@example.com",
        "address": [
          {
            "addressType": "mailing",
            "street": "123 Main Street",
            "city": "Oakland",
            "state": "CA",
            "postalCode": "94610",
            "country": "US"
          }
        ],
        "accountCustomFields": [
          {
            "fieldName": "string",
            "fieldValue": "string"
          }
        ]
      },
      "paymentInstrument": {
        "type": "credit card",
        "accountHolderName": "test donor",
        "expiryMonth": "10",
        "expiryYear": "2027",
        "last4": "4585",
        "cardBrand": "visa",
        "bankName": "chase",
        "digitalWalletProvider": "apple pay",
        "bankAccountHolderType": "primary",
        "bankAccountType": "checking",
        "bankAccountNumber": "123456",
        "bankCode": "HBUK",
        "gatewayName": "stripe",
        "processorName": "test processor",
        "processorPaymentReference": "string",
        "gatewayReference": "string"
      },
      "designations": [
        {
          "designationId": "<SFDC_GIFT_DESIGNATION_ID>",
          "percent": 10,
          "amount": 150.25
        }
      ],
      "giftTransactionCustomFields": [
        {
          "fieldName": "string",
          "fieldValue": "string"
        }
      ]
    },
    {
      "amount": 250.00,
      "currencyIsoCode": "USD",
      "receivedDate": "2024-07-06",
      "donorCoverAmount": 0.25,
      "transactionStatus": "Unpaid",
      "commitmentId": "<SFDC_COMMITMENT_ID>",
      "paymentIdentifier": "1234",
      "gatewayTransactionFee": 0.75,
      "processorTransactionFee": 0.45,
      "processorReference": "cls-1247586928747",
      "gatewayReference": "102656693ac3ca6e0cdafbfe89ab99",
      "lastGatewayResponseCode": "invalid_cvc",
      "lastGatewayErrorMessage": "The card’s security code is invalid. Check the card’s security code or use a different card.",
      "lastGatewayProcessedDateTime": "2023-07-06T21:57:51Z",
      "campaign": {
        "id": "<SFDC_CAMPAIGN_ID>"
      },
      "outreachSourceCode": {
        "id": "<SFDC_OUTREACH_SOURCE_CODE_ID>",
        "sourceCode": "AnimalEmailCampaign2023"
      },
      "donor": {
        "donorType": "individual",
        "id": "<SFDC_PERSON_ACCOUNT_ID>",
        "organizationName": "<Organization_Name>",
        "firstName": "Test",
        "lastName": "Donor",
        "phone": "510-434-8920",
        "email": "test.user@example.com",
        "address": [
          {
            "addressType": "mailing",
            "street": "123 Main Street",
            "city": "Oakland",
            "state": "CA",
            "postalCode": "94610",
            "country": "US"
          }
        ],
        "accountCustomFields": [
          {
            "fieldName": "string",
            "fieldValue": "string"
          }
        ]
      },
      "paymentInstrument": {
        "type": "credit card",
        "accountHolderName": "test donor",
        "expiryMonth": "10",
        "expiryYear": "2027",
        "last4": "4585",
        "cardBrand": "visa",
        "bankName": "chase",
        "digitalWalletProvider": "apple pay",
        "bankAccountHolderType": "primary",
        "bankAccountType": "checking",
        "bankAccountNumber": "123456",
        "bankCode": "HBUK",
        "gatewayName": "stripe",
        "processorName": "test processor",
        "processorPaymentReference": "string",
        "gatewayReference": "string"
      },
      "designations": [
        {
          "designationId": "<SFDC_GIFT_DESIGNATION_ID>",
          "percent": 10,
          "amount": 150.25
        }
      ],
      "giftTransactionCustomFields": [
        {
          "fieldName": "string",
          "fieldValue": "string"
        }
      ]
    }
  ]
}'
https://domain.com/services/data/v{{version}}/connect/fundraising/gifts

Postman Collection Item JSON

{
  "name": "Create Gifts",
  "protocolProfileBehavior": {
    "followAuthorizationHeader": true
  },
  "request": {
    "method": "POST",
    "header": [
    ],
    "body": {
      "mode": "raw",
      "raw": "{\n  \"processingOptions\": {\n    \"donorOptions\": {\n      \"defaultUpdateLogic\": \"update_all\"\n    }\n  },\n  \"gifts\": [\n    {\n      \"amount\": 150.25,\n      \"currencyIsoCode\": \"USD\",\n      \"receivedDate\": \"2024-07-06\",\n      \"donorCoverAmount\": 0.25,\n      \"transactionStatus\": \"Unpaid\",\n      \"commitmentId\": \"<SFDC_COMMITMENT_ID>\",\n      \"paymentIdentifier\": \"1234\",\n      \"gatewayTransactionFee\": 0.75,\n      \"processorTransactionFee\": 0.45,\n      \"processorReference\": \"cls-1247586928747\",\n      \"gatewayReference\": \"102656693ac3ca6e0cdafbfe89ab99\",\n      \"lastGatewayResponseCode\": \"invalid_cvc\",\n      \"lastGatewayErrorMessage\": \"The card’s security code is invalid. Check the card’s security code or use a different card.\",\n      \"lastGatewayProcessedDateTime\": \"2023-07-06T21:57:51Z\",\n      \"campaign\": {\n        \"id\": \"<SFDC_CAMPAIGN_ID>\"\n      },\n      \"outreachSourceCode\": {\n        \"id\": \"<SFDC_OUTREACH_SOURCE_CODE_ID>\",\n        \"sourceCode\": \"AnimalEmailCampaign2023\"\n      },\n      \"donor\": {\n        \"donorType\": \"individual\",\n        \"id\": \"<SFDC_PERSON_ACCOUNT_ID>\",\n        \"organizationName\": \"<Organization_Name>\",\n        \"firstName\": \"Test\",\n        \"lastName\": \"Donor\",\n        \"phone\": \"510-434-8920\",\n        \"email\": \"test.user@example.com\",\n        \"address\": [\n          {\n            \"addressType\": \"mailing\",\n            \"street\": \"123 Main Street\",\n            \"city\": \"Oakland\",\n            \"state\": \"CA\",\n            \"postalCode\": \"94610\",\n            \"country\": \"US\"\n          }\n        ],\n        \"accountCustomFields\": [\n          {\n            \"fieldName\": \"string\",\n            \"fieldValue\": \"string\"\n          }\n        ]\n      },\n      \"paymentInstrument\": {\n        \"type\": \"credit card\",\n        \"accountHolderName\": \"test donor\",\n        \"expiryMonth\": \"10\",\n        \"expiryYear\": \"2027\",\n        \"last4\": \"4585\",\n        \"cardBrand\": \"visa\",\n        \"bankName\": \"chase\",\n        \"digitalWalletProvider\": \"apple pay\",\n        \"bankAccountHolderType\": \"primary\",\n        \"bankAccountType\": \"checking\",\n        \"bankAccountNumber\": \"123456\",\n        \"bankCode\": \"HBUK\",\n        \"gatewayName\": \"stripe\",\n        \"processorName\": \"test processor\",\n        \"processorPaymentReference\": \"string\",\n        \"gatewayReference\": \"string\"\n      },\n      \"designations\": [\n        {\n          \"designationId\": \"<SFDC_GIFT_DESIGNATION_ID>\",\n          \"percent\": 10,\n          \"amount\": 150.25\n        }\n      ],\n      \"giftTransactionCustomFields\": [\n        {\n          \"fieldName\": \"string\",\n          \"fieldValue\": \"string\"\n        }\n      ]\n    },\n    {\n      \"amount\": 250.00,\n      \"currencyIsoCode\": \"USD\",\n      \"receivedDate\": \"2024-07-06\",\n      \"donorCoverAmount\": 0.25,\n      \"transactionStatus\": \"Unpaid\",\n      \"commitmentId\": \"<SFDC_COMMITMENT_ID>\",\n      \"paymentIdentifier\": \"1234\",\n      \"gatewayTransactionFee\": 0.75,\n      \"processorTransactionFee\": 0.45,\n      \"processorReference\": \"cls-1247586928747\",\n      \"gatewayReference\": \"102656693ac3ca6e0cdafbfe89ab99\",\n      \"lastGatewayResponseCode\": \"invalid_cvc\",\n      \"lastGatewayErrorMessage\": \"The card’s security code is invalid. Check the card’s security code or use a different card.\",\n      \"lastGatewayProcessedDateTime\": \"2023-07-06T21:57:51Z\",\n      \"campaign\": {\n        \"id\": \"<SFDC_CAMPAIGN_ID>\"\n      },\n      \"outreachSourceCode\": {\n        \"id\": \"<SFDC_OUTREACH_SOURCE_CODE_ID>\",\n        \"sourceCode\": \"AnimalEmailCampaign2023\"\n      },\n      \"donor\": {\n        \"donorType\": \"individual\",\n        \"id\": \"<SFDC_PERSON_ACCOUNT_ID>\",\n        \"organizationName\": \"<Organization_Name>\",\n        \"firstName\": \"Test\",\n        \"lastName\": \"Donor\",\n        \"phone\": \"510-434-8920\",\n        \"email\": \"test.user@example.com\",\n        \"address\": [\n          {\n            \"addressType\": \"mailing\",\n            \"street\": \"123 Main Street\",\n            \"city\": \"Oakland\",\n            \"state\": \"CA\",\n            \"postalCode\": \"94610\",\n            \"country\": \"US\"\n          }\n        ],\n        \"accountCustomFields\": [\n          {\n            \"fieldName\": \"string\",\n            \"fieldValue\": \"string\"\n          }\n        ]\n      },\n      \"paymentInstrument\": {\n        \"type\": \"credit card\",\n        \"accountHolderName\": \"test donor\",\n        \"expiryMonth\": \"10\",\n        \"expiryYear\": \"2027\",\n        \"last4\": \"4585\",\n        \"cardBrand\": \"visa\",\n        \"bankName\": \"chase\",\n        \"digitalWalletProvider\": \"apple pay\",\n        \"bankAccountHolderType\": \"primary\",\n        \"bankAccountType\": \"checking\",\n        \"bankAccountNumber\": \"123456\",\n        \"bankCode\": \"HBUK\",\n        \"gatewayName\": \"stripe\",\n        \"processorName\": \"test processor\",\n        \"processorPaymentReference\": \"string\",\n        \"gatewayReference\": \"string\"\n      },\n      \"designations\": [\n        {\n          \"designationId\": \"<SFDC_GIFT_DESIGNATION_ID>\",\n          \"percent\": 10,\n          \"amount\": 150.25\n        }\n      ],\n      \"giftTransactionCustomFields\": [\n        {\n          \"fieldName\": \"string\",\n          \"fieldValue\": \"string\"\n        }\n      ]\n    }\n  ]\n}",
      "options": {
        "raw": {
          "language": "json"
        }
      }
    },
    "url": {
      "raw": "{{_endpoint}}/services/data/v{{version}}/connect/fundraising/gifts",
      "host": [
        "{{_endpoint}}"
      ],
      "path": [
        "services",
        "data",
        "v{{version}}",
        "connect",
        "fundraising",
        "gifts"
      ]
    },
    "description": "Create gift transactions with related new or matched donor, optional transaction designations, and payment instrument metadata. Supports custom fields for the donor account and gift transaction.\n\n## Required Attributes:\n\n- donor.donorType (\"individual\" or \"organization\")\n    \n- donor.lastName || donor.organizationName\n    \n- gift.amount\n    \n- gift.receivedDate\n    \n- git.status\n    \n- paymentInstrument.type\n    \n\nAll other attributes are optional can be left as an empty string or just removed from the request body entirely. The only exceptions to this are:\n\n- CustomFields collections - These cannot be left in the request body as an empty collection or with an empty string for the FieldName.\n    \n\n## Validated Property Formats (an empty string is considered valid)\n\n- DateTime - YYYY-MM-DDTHH:MM:SSZ\n    \n- Date - YYYY-MM-DD\n    \n- Email - a valid formatted email address\n    \n\n### Other Attributes:\n\n- OutreachSource -- This is optional. Be sure to create the OutreachSourceCode record in the system if passing a value\n    \n- Will accept either an OutreachSourceCode.id (SalesforceId) or an OutreachSourceCode.Code.\n    \n\n### Custom Fields:\n\n- The field_value can be a text string (inc. for a date data-type) or a numeric value (without quotes)\n    \n- Do not include an empty collection or an empty fieldName in the request body"
  },
  "response": [
    {
      "name": "Status201-CreateGiftSuccess",
      "originalRequest": {
        "method": "POST",
        "header": [
        ],
        "body": {
          "mode": "raw",
          "raw": "{\n  \"processingOptions\": {\n    \"donorOptions\": {\n      \"defaultUpdateLogic\": \"update_all\"\n    }\n  },\n  \"gifts\": [\n    {\n      \"amount\": 150.25,\n      \"currencyIsoCode\": \"USD\",\n      \"receivedDate\": \"2024-07-06\",\n      \"donorCoverAmount\": 0.25,\n      \"transactionStatus\": \"Unpaid\",\n      \"commitmentId\": \"<SFDC_COMMITMENT_ID>\",\n      \"paymentIdentifier\": \"1234\",\n      \"gatewayTransactionFee\": 0.75,\n      \"processorTransactionFee\": 0.45,\n      \"processorReference\": \"cls-1247586928747\",\n      \"gatewayReference\": \"102656693ac3ca6e0cdafbfe89ab99\",\n      \"lastGatewayResponseCode\": \"invalid_cvc\",\n      \"lastGatewayErrorMessage\": \"The card’s security code is invalid. Check the card’s security code or use a different card.\",\n      \"lastGatewayProcessedDateTime\": \"2023-07-06T21:57:51Z\",\n      \"campaign\": {\n        \"id\": \"<SFDC_CAMPAIGN_ID>\"\n      },\n      \"outreachSourceCode\": {\n        \"id\": \"<SFDC_OUTREACH_SOURCE_CODE_ID>\",\n        \"sourceCode\": \"AnimalEmailCampaign2023\"\n      },\n      \"donor\": {\n        \"donorType\": \"individual\",\n        \"id\": \"<SFDC_PERSON_ACCOUNT_ID>\",\n        \"organizationName\": \"<Organization_Name>\",\n        \"firstName\": \"Test\",\n        \"lastName\": \"Donor\",\n        \"phone\": \"510-434-8920\",\n        \"email\": \"test.user@example.com\",\n        \"address\": [\n          {\n            \"addressType\": \"mailing\",\n            \"street\": \"123 Main Street\",\n            \"city\": \"Oakland\",\n            \"state\": \"CA\",\n            \"postalCode\": \"94610\",\n            \"country\": \"US\"\n          }\n        ],\n        \"accountCustomFields\": [\n          {\n            \"fieldName\": \"string\",\n            \"fieldValue\": \"string\"\n          }\n        ]\n      },\n      \"paymentInstrument\": {\n        \"type\": \"credit card\",\n        \"accountHolderName\": \"test donor\",\n        \"expiryMonth\": \"10\",\n        \"expiryYear\": \"2027\",\n        \"last4\": \"4585\",\n        \"cardBrand\": \"visa\",\n        \"bankName\": \"chase\",\n        \"digitalWalletProvider\": \"apple pay\",\n        \"bankAccountHolderType\": \"primary\",\n        \"bankAccountType\": \"checking\",\n        \"bankAccountNumber\": \"123456\",\n        \"bankCode\": \"HBUK\",\n        \"gatewayName\": \"stripe\",\n        \"processorName\": \"test processor\",\n        \"processorPaymentReference\": \"string\",\n        \"gatewayReference\": \"string\"\n      },\n      \"designations\": [\n        {\n          \"designationId\": \"<SFDC_GIFT_DESIGNATION_ID>\",\n          \"percent\": 10,\n          \"amount\": 150.25\n        }\n      ],\n      \"giftTransactionCustomFields\": [\n        {\n          \"fieldName\": \"string\",\n          \"fieldValue\": \"string\"\n        }\n      ]\n    },\n    {\n      \"amount\": 250.00,\n      \"currencyIsoCode\": \"USD\",\n      \"receivedDate\": \"2024-07-06\",\n      \"donorCoverAmount\": 0.25,\n      \"transactionStatus\": \"Unpaid\",\n      \"commitmentId\": \"<SFDC_COMMITMENT_ID>\",\n      \"paymentIdentifier\": \"1234\",\n      \"gatewayTransactionFee\": 0.75,\n      \"processorTransactionFee\": 0.45,\n      \"processorReference\": \"cls-1247586928747\",\n      \"gatewayReference\": \"102656693ac3ca6e0cdafbfe89ab99\",\n      \"lastGatewayResponseCode\": \"invalid_cvc\",\n      \"lastGatewayErrorMessage\": \"The card’s security code is invalid. Check the card’s security code or use a different card.\",\n      \"lastGatewayProcessedDateTime\": \"2023-07-06T21:57:51Z\",\n      \"campaign\": {\n        \"id\": \"<SFDC_CAMPAIGN_ID>\"\n      },\n      \"outreachSourceCode\": {\n        \"id\": \"<SFDC_OUTREACH_SOURCE_CODE_ID>\",\n        \"sourceCode\": \"AnimalEmailCampaign2023\"\n      },\n      \"donor\": {\n        \"donorType\": \"individual\",\n        \"id\": \"<SFDC_PERSON_ACCOUNT_ID>\",\n        \"organizationName\": \"<Organization_Name>\",\n        \"firstName\": \"Test\",\n        \"lastName\": \"Donor\",\n        \"phone\": \"510-434-8920\",\n        \"email\": \"test.user@example.com\",\n        \"address\": [\n          {\n            \"addressType\": \"mailing\",\n            \"street\": \"123 Main Street\",\n            \"city\": \"Oakland\",\n            \"state\": \"CA\",\n            \"postalCode\": \"94610\",\n            \"country\": \"US\"\n          }\n        ],\n        \"accountCustomFields\": [\n          {\n            \"fieldName\": \"string\",\n            \"fieldValue\": \"string\"\n          }\n        ]\n      },\n      \"paymentInstrument\": {\n        \"type\": \"credit card\",\n        \"accountHolderName\": \"test donor\",\n        \"expiryMonth\": \"10\",\n        \"expiryYear\": \"2027\",\n        \"last4\": \"4585\",\n        \"cardBrand\": \"visa\",\n        \"bankName\": \"chase\",\n        \"digitalWalletProvider\": \"apple pay\",\n        \"bankAccountHolderType\": \"primary\",\n        \"bankAccountType\": \"checking\",\n        \"bankAccountNumber\": \"123456\",\n        \"bankCode\": \"HBUK\",\n        \"gatewayName\": \"stripe\",\n        \"processorName\": \"test processor\",\n        \"processorPaymentReference\": \"string\",\n        \"gatewayReference\": \"string\"\n      },\n      \"designations\": [\n        {\n          \"designationId\": \"<SFDC_GIFT_DESIGNATION_ID>\",\n          \"percent\": 10,\n          \"amount\": 150.25\n        }\n      ],\n      \"giftTransactionCustomFields\": [\n        {\n          \"fieldName\": \"string\",\n          \"fieldValue\": \"string\"\n        }\n      ]\n    }\n  ]\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        },
        "url": {
          "raw": "{{_endpoint}}/services/data/v{{version}}/connect/fundraising/gifts",
          "host": [
            "{{_endpoint}}"
          ],
          "path": [
            "services",
            "data",
            "v{{version}}",
            "connect",
            "fundraising",
            "gifts"
          ]
        }
      },
      "status": "Created",
      "code": 201,
      "_postman_previewlanguage": "json",
      "header": [
        {
          "key": "Content-Type",
          "value": "application/json",
          "description": ""
        }
      ],
      "cookie": [
      ],
      "body": "{\n    \"successes\": 2,\n    \"failures\": 0,\n    \"notProcessed\": 0,\n    \"details\": [\n        {\n            \"success\": true,\n            \"links\": {\n                \"account\": {\n                    \"href\": \"/services/data/vXX.X/sobjects/sObject/<SFDC_ACCOUNT_ID>\",\n                    \"id\": \"<SFDC_ACCOUNT_ID>\"\n                },\n                \"gifttransaction\": {\n                    \"href\": \"/services/data/vXX.X/sobjects/sObject/<SFDC_GIFT_TRANSACTION_ID>\",\n                    \"id\": \"<SFDC_GIFT_TRANSACTION_ID>\"\n                },\n                \"giftcommitment\": {\n                    \"href\": \"/services/data/vXX.X/sobjects/sObject/<SFDC_GIFT_COMMITMENT_ID>\",\n                    \"id\": \"<SFDC_GIFT_COMMITMENT_ID>\"\n                },\n                \"paymentinstrument\": {\n                    \"href\": \"/services/data/vXX.X/sobjects/sObject/<SFDC_PAYMENT_INSTRUMENT_ID>\",\n                    \"id\": \"<SFDC_PAYMENT_INSTRUMENT_ID>\"\n                },\n                \"gifttransactiondesignation\": [\n                    {\n                        \"href\": \"/services/data/vXX.X/sobjects/sObject/<SFDC_GIFT_TRANSACTION_DESIGNATION_ID>\",\n                        \"id\": \"<SFDC_GIFT_TRANSACTION_DESIGNATION_ID>\"\n                    }\n                ]\n            }\n        },\n        {\n            \"success\": true,\n            \"links\": {\n                \"account\": {\n                    \"href\": \"/services/data/vXX.X/sobjects/sObject/<SFDC_ACCOUNT_ID>\",\n                    \"id\": \"<SFDC_ACCOUNT_ID>\"\n                },\n                \"gifttransaction\": {\n                    \"href\": \"/services/data/vXX.X/sobjects/sObject/<SFDC_GIFT_TRANSACTION_ID>\",\n                    \"id\": \"<SFDC_GIFT_TRANSACTION_ID>\"\n                },\n                \"giftcommitment\": {\n                    \"href\": \"/services/data/vXX.X/sobjects/sObject/<SFDC_GIFT_COMMITMENT_ID>\",\n                    \"id\": \"<SFDC_GIFT_COMMITMENT_ID>\"\n                },\n                \"paymentinstrument\": {\n                    \"href\": \"/services/data/vXX.X/sobjects/sObject/<SFDC_PAYMENT_INSTRUMENT_ID>\",\n                    \"id\": \"<SFDC_PAYMENT_INSTRUMENT_ID>\"\n                },\n                \"gifttransactiondesignation\": [\n                    {\n                        \"href\": \"/services/data/vXX.X/sobjects/sObject/<SFDC_GIFT_TRANSACTION_DESIGNATION_ID>\",\n                        \"id\": \"<SFDC_GIFT_TRANSACTION_DESIGNATION_ID>\"\n                    }\n                ]\n            }\n        }\n    ]\n}"
    },
    {
      "name": "Status201-CreateGiftRequestValidationFailure",
      "originalRequest": {
        "method": "POST",
        "header": [
        ],
        "body": {
          "mode": "raw",
          "raw": "{\n  \"processingOptions\": {\n    \"donorOptions\": {\n      \"defaultUpdateLogic\": \"update_all\"\n    }\n  },\n  \"gifts\": [\n    {\n      \"amount\": 150.25,\n      \"currencyIsoCode\": \"USD\",\n      \"receivedDate\": \"2024-07-06\",\n      \"donorCoverAmount\": 0.25,\n      \"transactionStatus\": \"Unpaid\",\n      \"commitmentId\": \"123456\",\n      \"paymentIdentifier\": \"1234\",\n      \"gatewayTransactionFee\": 0.75,\n      \"processorTransactionFee\": 0.45,\n      \"processorReference\": \"cls-1247586928747\",\n      \"gatewayReference\": \"102656693ac3ca6e0cdafbfe89ab99\",\n      \"lastGatewayResponseCode\": \"invalid_cvc\",\n      \"lastGatewayErrorMessage\": \"The card’s security code is invalid. Check the card’s security code or use a different card.\",\n      \"lastGatewayProcessedDateTime\": \"2023-07-06T21:57:51Z\",\n      \"campaign\": {\n        \"id\": \"<SFDC_CAMPAIGN_ID>\"\n      },\n      \"outreachSourceCode\": {\n        \"id\": \"<SFDC_OUTREACH_SOURCE_CODE_ID>\",\n        \"sourceCode\": \"AnimalEmailCampaign2023\"\n      },\n      \"donor\": {\n        \"donorType\": \"individual\",\n        \"id\": \"<SFDC_PERSON_ACCOUNT_ID>\",\n        \"firstName\": \"Test\",\n        \"lastName\": \"Donor\",\n        \"phone\": \"510-434-8920\",\n        \"email\": \"test.user@example.com\",\n        \"address\": [\n          {\n            \"addressType\": \"mailing\",\n            \"street\": \"123 Main Street\",\n            \"city\": \"Oakland\",\n            \"state\": \"CA\",\n            \"postalCode\": \"94610\",\n            \"country\": \"US\"\n          }\n        ],\n        \"accountCustomFields\": [\n          {\n            \"fieldName\": \"<VALID_CUSTOM_FIELD_API_NAME>\",\n            \"fieldValue\": \"string\"\n          }\n        ]\n      },\n      \"paymentInstrument\": {\n        \"type\": \"credit card\",\n        \"accountHolderName\": \"test donor\",\n        \"expiryMonth\": \"10\",\n        \"expiryYear\": \"2027\",\n        \"last4\": \"4585\",\n        \"cardBrand\": \"visa\",\n        \"bankName\": \"chase\",\n        \"digitalWalletProvider\": \"apple pay\",\n        \"bankAccountHolderType\": \"primary\",\n        \"bankAccountType\": \"checking\",\n        \"bankAccountNumber\": \"123456\",\n        \"bankCode\": \"HBUK\",\n        \"gatewayName\": \"stripe\",\n        \"processorName\": \"test processor\",\n        \"processorPaymentReference\": \"string\",\n        \"gatewayReference\": \"string\"\n      },\n      \"designations\": [\n        {\n          \"designationId\": \"<SFDC_GIFT_DESIGNATION_ID>\",\n          \"percent\": 10\n        }\n      ],\n      \"giftTransactionCustomFields\": [\n        {\n          \"fieldName\": \"<VALID_CUSTOM_FIELD_API_NAME>\",\n          \"fieldValue\": \"string\"\n        }\n      ]\n    },\n    {\n      \"amount\": 300.00,\n      \"currencyIsoCode\": \"USD\",\n      \"receivedDate\": \"2024-07-06\",\n      \"donorCoverAmount\": 0.25,\n      \"transactionStatus\": \"Unpaid\",\n      \"commitmentId\": \"<SFDC_GIFT_COMMITMENT_ID>\",\n      \"paymentIdentifier\": \"1234\",\n      \"gatewayTransactionFee\": 0.75,\n      \"processorTransactionFee\": 0.45,\n      \"processorReference\": \"cls-1247586928747\",\n      \"gatewayReference\": \"102656693ac3ca6e0cdafbfe89ab99\",\n      \"lastGatewayResponseCode\": \"invalid_cvc\",\n      \"lastGatewayErrorMessage\": \"The card’s security code is invalid. Check the card’s security code or use a different card.\",\n      \"lastGatewayProcessedDateTime\": \"2023-07-06T21:57:51Z\",\n      \"campaign\": {\n        \"id\": \"<SFDC_CAMPAIGN_ID>\"\n      },\n      \"outreachSourceCode\": {\n        \"id\": \"<SFDC_OUTREACH_SOURCE_CODE_ID>\",\n        \"sourceCode\": \"AnimalEmailCampaign2023\"\n      },\n      \"donor\": {\n        \"donorType\": \"individual\",\n        \"id\": \"<SFDC_PERSON_ACCOUNT_ID>\",\n        \"firstName\": \"Test\",\n        \"lastName\": \"Donor\",\n        \"phone\": \"510-434-8920\",\n        \"email\": \"test.user@example.com\",\n        \"address\": [\n          {\n            \"addressType\": \"mailing\",\n            \"street\": \"123 Main Street\",\n            \"city\": \"Oakland\",\n            \"state\": \"CA\",\n            \"postalCode\": \"94610\",\n            \"country\": \"US\"\n          }\n        ],\n        \"accountCustomFields\": [\n          {\n            \"fieldName\": \"<VALID_CUSTOM_FIELD_API_NAME>\",\n            \"fieldValue\": \"string\"\n          }\n        ]\n      },\n      \"paymentInstrument\": {\n        \"type\": \"credit card\",\n        \"accountHolderName\": \"test donor\",\n        \"expiryMonth\": \"10\",\n        \"expiryYear\": \"2027\",\n        \"last4\": \"4585\",\n        \"cardBrand\": \"visa\",\n        \"bankName\": \"chase\",\n        \"digitalWalletProvider\": \"apple pay\",\n        \"bankAccountHolderType\": \"primary\",\n        \"bankAccountType\": \"checking\",\n        \"bankAccountNumber\": \"123456\",\n        \"bankCode\": \"HBUK\",\n        \"gatewayName\": \"stripe\",\n        \"processorName\": \"test processor\",\n        \"processorPaymentReference\": \"string\",\n        \"gatewayReference\": \"string\"\n      },\n      \"designations\": [\n        {\n          \"designationId\": \"<SFDC_GIFT_DESIGNATION_ID>\",\n          \"percent\": 10\n        }\n      ],\n      \"giftTransactionCustomFields\": [\n        {\n          \"fieldName\": \"<VALID_CUSTOM_FIELD_API_NAME>\",\n          \"fieldValue\": \"string\"\n        }\n      ]\n    }\n  ]\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        },
        "url": {
          "raw": "{{_endpoint}}/services/data/v{{version}}/connect/fundraising/gifts",
          "host": [
            "{{_endpoint}}"
          ],
          "path": [
            "services",
            "data",
            "v{{version}}",
            "connect",
            "fundraising",
            "gifts"
          ]
        }
      },
      "status": "Created",
      "code": 201,
      "_postman_previewlanguage": "json",
      "header": [
        {
          "key": "Content-Type",
          "value": "application/json",
          "description": ""
        }
      ],
      "cookie": [
      ],
      "body": "{\n    \"successes\": 1,\n    \"failures\": 1,\n    \"notProcessed\": 0,\n    \"details\": [\n        {\n            \"success\": false,\n            \"errors\": {\n                \"field\": \"id\",\n                \"message\": \"<invalid id message>\"\n            }\n        },\n        {\n            \"success\": true,\n            \"links\": {\n                \"account\": {\n                    \"href\": \"/services/data/vXX.X/sobjects/sObject/<SFDC_ACCOUNT_ID>\",\n                    \"id\": \"<SFDC_ACCOUNT_ID>\"\n                },\n                \"gifttransaction\": {\n                    \"href\": \"/services/data/vXX.X/sobjects/sObject/<SFDC_GIFT_TRANSACTION_ID>\",\n                    \"id\": \"<SFDC_GIFT_TRANSACTION_ID>\"\n                },\n                \"giftcommitment\": {\n                    \"href\": \"/services/data/vXX.X/sobjects/sObject/<SFDC_GIFT_COMMITMENT_ID>\",\n                    \"id\": \"<SFDC_GIFT_COMMITMENT_ID>\"\n                },\n                \"paymentinstrument\": {\n                    \"href\": \"/services/data/vXX.X/sobjects/sObject/<SFDC_PAYMENT_INSTRUMENT_ID>\",\n                    \"id\": \"<SFDC_PAYMENT_INSTRUMENT_ID>\"\n                },\n                \"gifttransactiondesignation\": [\n                    {\n                        \"href\": \"/services/data/vXX.X/sobjects/sObject/<SFDC_GIFT_TRANSACTION_DESIGNATION_ID>\",\n                        \"id\": \"<SFDC_GIFT_TRANSACTION_DESIGNATION_ID>\"\n                    }\n                ]\n            }\n        }\n    ]\n}"
    },
    {
      "name": "Status201-CreateGiftDatabaseFailure",
      "originalRequest": {
        "method": "POST",
        "header": [
        ],
        "body": {
          "mode": "raw",
          "raw": "{\n  \"processingOptions\": {\n    \"donorOptions\": {\n      \"defaultUpdateLogic\": \"update_all\"\n    }\n  },\n  \"gifts\": [\n    {\n      \"amount\": 5.00,\n      \"currencyIsoCode\": \"USD\",\n      \"receivedDate\": \"2024-07-06\",\n      \"donorCoverAmount\": 0.25,\n      \"transactionStatus\": \"Paid\",\n      \"paymentIdentifier\": \"1234\",\n      \"gatewayTransactionFee\": 0.75,\n      \"processorTransactionFee\": 0.45,\n      \"processorReference\": \"cls-1247586928747\",\n      \"gatewayReference\": \"102656693ac3ca6e0cdafbfe89ab99\",\n      \"lastGatewayResponseCode\": \"invalid_cvc\",\n      \"lastGatewayErrorMessage\": \"The card’s security code is invalid. Check the card’s security code or use a different card.\",\n      \"lastGatewayProcessedDateTime\": \"2023-07-06T21:57:51Z\",\n      \"outreachSourceCode\": {\n        \"sourceCode\": \"AnimalEmailCampaign2023\"\n      },\n      \"donor\": {\n        \"donorType\": \"individual\",\n        \"firstName\": \"Test\",\n        \"lastName\": \"Donor\",\n        \"phone\": \"510-434-8920\",\n        \"email\": \"test.user@example.com\",\n        \"address\": [\n          {\n            \"addressType\": \"mailing\",\n            \"street\": \"123 Main Street\",\n            \"city\": \"Oakland\",\n            \"state\": \"CA\",\n            \"postalCode\": \"94610\",\n            \"country\": \"US\"\n          }\n        ],\n        \"accountCustomFields\": [\n          {\n            \"fieldName\": \"<VALID_CUSTOM_FIELD_API_NAME>\",\n            \"fieldValue\": \"string\"\n          }\n        ]\n      },\n      \"paymentInstrument\": {\n        \"type\": \"credit card\",\n        \"accountHolderName\": \"test donor\",\n        \"expiryMonth\": \"10\",\n        \"expiryYear\": \"2027\",\n        \"last4\": \"4585\",\n        \"cardBrand\": \"visa\",\n        \"bankName\": \"chase\",\n        \"digitalWalletProvider\": \"apple pay\",\n        \"bankAccountHolderType\": \"primary\",\n        \"bankAccountType\": \"checking\",\n        \"bankAccountNumber\": \"123456\",\n        \"bankCode\": \"HBUK\",\n        \"gatewayName\": \"stripe\",\n        \"processorName\": \"test processor\",\n        \"processorPaymentReference\": \"string\",\n        \"gatewayReference\": \"string\"\n      },\n      \"designations\": [\n        {\n          \"designationId\": \"<SFDC_GIFT_DESIGNATION_ID>\",\n          \"percent\": 10\n        }\n      ],\n      \"giftTransactionCustomFields\": [\n        {\n          \"fieldName\": \"<VALID_CUSTOM_FIELD_API_NAME>\",\n          \"fieldValue\": \"string\"\n        }\n      ]\n    },\n    {\n      \"amount\": 300.00,\n      \"currencyIsoCode\": \"USD\",\n      \"receivedDate\": \"2024-07-06\",\n      \"donorCoverAmount\": 0.25,\n      \"transactionStatus\": \"Paid\",\n      \"paymentIdentifier\": \"1234\",\n      \"gatewayTransactionFee\": 0.75,\n      \"processorTransactionFee\": 0.45,\n      \"processorReference\": \"cls-1247586928747\",\n      \"gatewayReference\": \"102656693ac3ca6e0cdafbfe89ab99\",\n      \"lastGatewayResponseCode\": \"invalid_cvc\",\n      \"lastGatewayErrorMessage\": \"The card’s security code is invalid. Check the card’s security code or use a different card.\",\n      \"lastGatewayProcessedDateTime\": \"2023-07-06T21:57:51Z\",\n      \"outreachSourceCode\": {\n        \"sourceCode\": \"AnimalEmailCampaign2023\"\n      },\n      \"donor\": {\n        \"donorType\": \"individual\",\n        \"firstName\": \"Test\",\n        \"lastName\": \"Donor\",\n        \"phone\": \"510-434-8920\",\n        \"email\": \"test.user@example.com\",\n        \"address\": [\n          {\n            \"addressType\": \"mailing\",\n            \"street\": \"123 Main Street\",\n            \"city\": \"Oakland\",\n            \"state\": \"CA\",\n            \"postalCode\": \"94610\",\n            \"country\": \"US\"\n          }\n        ],\n        \"accountCustomFields\": [\n          {\n            \"fieldName\": \"<VALID_CUSTOM_FIELD_API_NAME>\",\n            \"fieldValue\": \"string\"\n          }\n        ]\n      },\n      \"paymentInstrument\": {\n        \"type\": \"credit card\",\n        \"accountHolderName\": \"test donor\",\n        \"expiryMonth\": \"10\",\n        \"expiryYear\": \"2027\",\n        \"last4\": \"4585\",\n        \"cardBrand\": \"visa\",\n        \"bankName\": \"chase\",\n        \"digitalWalletProvider\": \"apple pay\",\n        \"bankAccountHolderType\": \"primary\",\n        \"bankAccountType\": \"checking\",\n        \"bankAccountNumber\": \"123456\",\n        \"bankCode\": \"HBUK\",\n        \"gatewayName\": \"stripe\",\n        \"processorName\": \"test processor\",\n        \"processorPaymentReference\": \"string\",\n        \"gatewayReference\": \"string\"\n      },\n      \"designations\": [\n        {\n          \"designationId\": \"<SFDC_GIFT_DESIGNATION_ID>\",\n          \"percent\": 10\n        }\n      ],\n      \"giftTransactionCustomFields\": [\n        {\n          \"fieldName\": \"<VALID_CUSTOM_FIELD_API_NAME>\",\n          \"fieldValue\": \"string\"\n        }\n      ]\n    },\n    {\n      \"amount\": 300.00,\n      \"currencyIsoCode\": \"USD\",\n      \"receivedDate\": \"2024-07-06\",\n      \"donorCoverAmount\": 0.25,\n      \"transactionStatus\": \"Paid\",\n      \"paymentIdentifier\": \"1234\",\n      \"gatewayTransactionFee\": 0.75,\n      \"processorTransactionFee\": 0.45,\n      \"processorReference\": \"cls-1247586928747\",\n      \"gatewayReference\": \"102656693ac3ca6e0cdafbfe89ab99\",\n      \"lastGatewayResponseCode\": \"invalid_cvc\",\n      \"lastGatewayErrorMessage\": \"The card’s security code is invalid. Check the card’s security code or use a different card.\",\n      \"lastGatewayProcessedDateTime\": \"2023-07-06T21:57:51Z\",\n      \"outreachSourceCode\": {\n        \"sourceCode\": \"AnimalEmailCampaign2023\"\n      },\n      \"donor\": {\n        \"donorType\": \"individual\",\n        \"firstName\": \"Test\",\n        \"lastName\": \"Donor\",\n        \"phone\": \"510-434-8920\",\n        \"email\": \"test.user@example.com\",\n        \"address\": [\n          {\n            \"addressType\": \"mailing\",\n            \"street\": \"123 Main Street\",\n            \"city\": \"Oakland\",\n            \"state\": \"CA\",\n            \"postalCode\": \"94610\",\n            \"country\": \"US\"\n          }\n        ],\n        \"accountCustomFields\": [\n          {\n            \"fieldName\": \"<VALID_CUSTOM_FIELD_API_NAME>\",\n            \"fieldValue\": \"string\"\n          }\n        ]\n      },\n      \"paymentInstrument\": {\n        \"type\": \"credit card\",\n        \"accountHolderName\": \"test donor\",\n        \"expiryMonth\": \"10\",\n        \"expiryYear\": \"2027\",\n        \"last4\": \"4585\",\n        \"cardBrand\": \"visa\",\n        \"bankName\": \"chase\",\n        \"digitalWalletProvider\": \"apple pay\",\n        \"bankAccountHolderType\": \"primary\",\n        \"bankAccountType\": \"checking\",\n        \"bankAccountNumber\": \"123456\",\n        \"bankCode\": \"HBUK\",\n        \"gatewayName\": \"stripe\",\n        \"processorName\": \"test processor\",\n        \"processorPaymentReference\": \"string\",\n        \"gatewayReference\": \"string\"\n      },\n      \"designations\": [\n        {\n          \"designationId\": \"<SFDC_GIFT_DESIGNATION_ID>\",\n          \"percent\": 10\n        }\n      ],\n      \"giftTransactionCustomFields\": [\n        {\n          \"fieldName\": \"<VALID_CUSTOM_FIELD_API_NAME>\",\n          \"fieldValue\": \"string\"\n        }\n      ]\n    }\n  ]\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        },
        "url": {
          "raw": "{{_endpoint}}/services/data/v{{version}}/connect/fundraising/gifts",
          "host": [
            "{{_endpoint}}"
          ],
          "path": [
            "services",
            "data",
            "v{{version}}",
            "connect",
            "fundraising",
            "gifts"
          ]
        }
      },
      "status": "Created",
      "code": 201,
      "_postman_previewlanguage": "json",
      "header": [
        {
          "key": "Content-Type",
          "value": "application/json",
          "description": ""
        }
      ],
      "cookie": [
      ],
      "body": "// This is a scenario where there is a validation rule on the Gift Transaction object requiring the amount to be greater than 10.00. One database error occurs for the 5.00 transaction, causing the other two to be rolled back with success of false and no record links.\n{\n    \"successes\": 0,\n    \"failures\": 1,\n    \"notProcessed\": 2,\n    \"details\": [\n        {\n            \"success\": false,\n            \"errors\": {\n                \"message\": \"Amount must be greater than 10.00\"\n            }\n        },\n        {\n            \"success\": false\n        },\n        {\n            \"success\": false\n        }\n    ]\n}"
    },
    {
      "name": "Status201-CreateGiftSuccessWithExternalIds",
      "originalRequest": {
        "method": "POST",
        "header": [
        ],
        "body": {
          "mode": "raw",
          "raw": "{\n  \"processingOptions\": {\n    \"donorOptions\": {\n      \"defaultUpdateLogic\": \"update_all\"\n    }\n  },\n  \"gifts\": [\n    {\n      \"amount\": 150.25,\n      \"currencyIsoCode\": \"USD\",\n      \"receivedDate\": \"2024-07-06\",\n      \"donorCoverAmount\": 0.25,\n      \"transactionStatus\": \"Unpaid\",\n      \"commitment\": {\n        \"externalId\": {\n            \"fieldName\": \"<EXTERNAL_ID_FIELD_NAME>\",\n            \"fieldValue\": \"<EXTERNAL_ID_FIELD_VALUE>\"\n        }\n      },\n      \"paymentIdentifier\": \"1234\",\n      \"gatewayTransactionFee\": 0.75,\n      \"processorTransactionFee\": 0.45,\n      \"processorReference\": \"cls-1247586928747\",\n      \"gatewayReference\": \"102656693ac3ca6e0cdafbfe89ab99\",\n      \"lastGatewayResponseCode\": \"invalid_cvc\",\n      \"lastGatewayErrorMessage\": \"The card’s security code is invalid. Check the card’s security code or use a different card.\",\n      \"lastGatewayProcessedDateTime\": \"2023-07-06T21:57:51Z\",\n      \"campaign\": {\n        \"externalId\": {\n            \"fieldName\": \"<EXTERNAL_ID_FIELD_NAME>\",\n            \"fieldValue\": \"<EXTERNAL_ID_FIELD_VALUE>\"\n        }\n      },\n      \"outreachSourceCode\": {\n        \"id\": \"<SFDC_OUTREACH_SOURCE_CODE_ID>\",\n        \"sourceCode\": \"AnimalEmailCampaign2023\"\n      },\n      \"donor\": {\n        \"donorType\": \"individual\",\n        \"externalId\": {\n            \"fieldName\": \"<EXTERNAL_ID_FIELD_NAME>\",\n            \"fieldValue\": \"<EXTERNAL_ID_FIELD_VALUE>\"\n        },\n        \"organizationName\": \"<Organization_Name>\", // If donor type is \"organizational\"\n        \"firstName\": \"David\", // if donor type is \"individual\"\n        \"lastName\": \"Chavez\", // if donor type is \"individual\"\n        \"phone\": \"510-434-8920\",\n        \"email\": \"d.chavez@example.com\",\n        \"address\": [\n          {\n            \"addressType\": \"mailing\",\n            \"street\": \"123 Main Street\",\n            \"city\": \"Oakland\",\n            \"state\": \"CA\",\n            \"postalCode\": \"94610\",\n            \"country\": \"US\"\n          }\n        ],\n        \"accountCustomFields\": [\n          {\n            \"fieldName\": \"string\",\n            \"fieldValue\": \"string\"\n          }\n        ]\n      },\n      \"paymentInstrument\": {\n        \"type\": \"credit card\",\n        \"accountHolderName\": \"test donor\",\n        \"expiryMonth\": \"10\",\n        \"expiryYear\": \"2027\",\n        \"last4\": \"4585\",\n        \"cardBrand\": \"visa\",\n        \"bankName\": \"chase\",\n        \"digitalWalletProvider\": \"apple pay\",\n        \"bankAccountHolderType\": \"primary\",\n        \"bankAccountType\": \"checking\",\n        \"bankAccountNumber\": \"123456\",\n        \"bankCode\": \"HBUK\",\n        \"gatewayName\": \"stripe\",\n        \"processorName\": \"test processor\",\n        \"processorPaymentReference\": \"string\",\n        \"gatewayReference\": \"string\"\n      },\n      \"designations\": [\n        {\n          \"externalId\": {\n            \"fieldName\": \"<EXTERNAL_ID_FIELD_NAME>\",\n            \"fieldValue\": \"<EXTERNAL_ID_FIELD_VALUE>\"\n          },\n          \"percent\": 10,\n          \"amount\": 150.25\n        }\n      ],\n      \"giftTransactionCustomFields\": [\n        {\n          \"fieldName\": \"string\",\n          \"fieldValue\": \"string\"\n        }\n      ]\n    },\n    {\n      \"amount\": 250.00,\n      \"currencyIsoCode\": \"USD\",\n      \"receivedDate\": \"2024-07-06\",\n      \"donorCoverAmount\": 0.25,\n      \"transactionStatus\": \"Unpaid\",\n      \"commitment\": {\n        \"externalId\": {\n            \"fieldName\": \"<EXTERNAL_ID_FIELD_NAME>\",\n            \"fieldValue\": \"<EXTERNAL_ID_FIELD_VALUE>\"\n        }\n      },\n      \"paymentIdentifier\": \"1234\",\n      \"gatewayTransactionFee\": 0.75,\n      \"processorTransactionFee\": 0.45,\n      \"processorReference\": \"cls-1247586928747\",\n      \"gatewayReference\": \"102656693ac3ca6e0cdafbfe89ab99\",\n      \"lastGatewayResponseCode\": \"invalid_cvc\",\n      \"lastGatewayErrorMessage\": \"The card’s security code is invalid. Check the card’s security code or use a different card.\",\n      \"lastGatewayProcessedDateTime\": \"2023-07-06T21:57:51Z\",\n      \"campaign\": {\n        \"externalId\": {\n            \"fieldName\": \"<EXTERNAL_ID_FIELD_NAME>\",\n            \"fieldValue\": \"<EXTERNAL_ID_FIELD_VALUE>\"\n        }\n      },\n      \"outreachSourceCode\": {\n        \"id\": \"<SFDC_OUTREACH_SOURCE_CODE_ID>\",\n        \"sourceCode\": \"AnimalEmailCampaign2023\"\n      },\n      \"donor\": {\n        \"donorType\": \"individual\",\n        \"externalId\": {\n            \"fieldName\": \"<EXTERNAL_ID_FIELD_NAME>\",\n            \"fieldValue\": \"<EXTERNAL_ID_FIELD_VALUE>\"\n        },\n        \"organizationName\": \"<Organization_Name>\",\n        \"firstName\": \"Luke\",\n        \"lastName\": \"Smith\",\n        \"phone\": \"510-434-8920\",\n        \"email\": \"l.smith@example.com\",\n        \"address\": [\n          {\n            \"addressType\": \"mailing\",\n            \"street\": \"123 Main Street\",\n            \"city\": \"Oakland\",\n            \"state\": \"CA\",\n            \"postalCode\": \"94610\",\n            \"country\": \"US\"\n          }\n        ],\n        \"accountCustomFields\": [\n          {\n            \"fieldName\": \"string\",\n            \"fieldValue\": \"string\"\n          }\n        ]\n      },\n      \"paymentInstrument\": {\n        \"type\": \"credit card\",\n        \"accountHolderName\": \"test donor\",\n        \"expiryMonth\": \"10\",\n        \"expiryYear\": \"2027\",\n        \"last4\": \"4585\",\n        \"cardBrand\": \"visa\",\n        \"bankName\": \"chase\",\n        \"digitalWalletProvider\": \"apple pay\",\n        \"bankAccountHolderType\": \"primary\",\n        \"bankAccountType\": \"checking\",\n        \"bankAccountNumber\": \"123456\",\n        \"bankCode\": \"HBUK\",\n        \"gatewayName\": \"stripe\",\n        \"processorName\": \"test processor\",\n        \"processorPaymentReference\": \"string\",\n        \"gatewayReference\": \"string\"\n      },\n      \"designations\": [\n        {\n            \"externalId\": {\n                \"fieldName\": \"<EXTERNAL_ID_FIELD_NAME>\",\n                \"fieldValue\": \"<EXTERNAL_ID_FIELD_VALUE>\"\n          },\n          \"percent\": 10,\n          \"amount\": 150.25\n        }\n      ],\n      \"giftTransactionCustomFields\": [\n        {\n          \"fieldName\": \"string\",\n          \"fieldValue\": \"string\"\n        }\n      ]\n    }\n  ]\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        },
        "url": {
          "raw": "{{_endpoint}}/services/data/v{{version}}/connect/fundraising/gifts",
          "host": [
            "{{_endpoint}}"
          ],
          "path": [
            "services",
            "data",
            "v{{version}}",
            "connect",
            "fundraising",
            "gifts"
          ]
        }
      },
      "_postman_previewlanguage": null,
      "header": null,
      "cookie": [
      ],
      "body": "{\n    \"successes\": 2,\n    \"failures\": 0,\n    \"notProcessed\": 0,\n    \"details\": [\n        {\n            \"success\": true,\n            \"links\": {\n                \"account\": {\n                    \"href\": \"/services/data/vXX.X/sobjects/sObject/<SFDC_ACCOUNT_ID>\",\n                    \"id\": \"<SFDC_ACCOUNT_ID>\"\n                },\n                \"gifttransaction\": {\n                    \"href\": \"/services/data/vXX.X/sobjects/sObject/<SFDC_GIFT_TRANSACTION_ID>\",\n                    \"id\": \"<SFDC_GIFT_TRANSACTION_ID>\"\n                },\n                \"giftcommitment\": {\n                    \"href\": \"/services/data/vXX.X/sobjects/sObject/<SFDC_GIFT_COMMITMENT_ID>\",\n                    \"id\": \"<SFDC_GIFT_COMMITMENT_ID>\"\n                },\n                \"paymentinstrument\": {\n                    \"href\": \"/services/data/vXX.X/sobjects/sObject/<SFDC_PAYMENT_INSTRUMENT_ID>\",\n                    \"id\": \"<SFDC_PAYMENT_INSTRUMENT_ID>\"\n                },\n                \"gifttransactiondesignation\": [\n                    {\n                        \"href\": \"/services/data/vXX.X/sobjects/sObject/<SFDC_GIFT_TRANSACTION_DESIGNATION_ID>\",\n                        \"id\": \"<SFDC_GIFT_TRANSACTION_DESIGNATION_ID>\"\n                    }\n                ]\n            }\n        },\n        {\n            \"success\": true,\n            \"links\": {\n                \"account\": {\n                    \"href\": \"/services/data/vXX.X/sobjects/sObject/<SFDC_ACCOUNT_ID>\",\n                    \"id\": \"<SFDC_ACCOUNT_ID>\"\n                },\n                \"gifttransaction\": {\n                    \"href\": \"/services/data/vXX.X/sobjects/sObject/<SFDC_GIFT_TRANSACTION_ID>\",\n                    \"id\": \"<SFDC_GIFT_TRANSACTION_ID>\"\n                },\n                \"giftcommitment\": {\n                    \"href\": \"/services/data/vXX.X/sobjects/sObject/<SFDC_GIFT_COMMITMENT_ID>\",\n                    \"id\": \"<SFDC_GIFT_COMMITMENT_ID>\"\n                },\n                \"paymentinstrument\": {\n                    \"href\": \"/services/data/vXX.X/sobjects/sObject/<SFDC_PAYMENT_INSTRUMENT_ID>\",\n                    \"id\": \"<SFDC_PAYMENT_INSTRUMENT_ID>\"\n                },\n                \"gifttransactiondesignation\": [\n                    {\n                        \"href\": \"/services/data/vXX.X/sobjects/sObject/<SFDC_GIFT_TRANSACTION_DESIGNATION_ID>\",\n                        \"id\": \"<SFDC_GIFT_TRANSACTION_DESIGNATION_ID>\"\n                    }\n                ]\n            }\n        }\n    ]\n}"
    },
    {
      "name": "Status400-BadRequestError",
      "originalRequest": {
        "method": "POST",
        "header": [
        ],
        "body": {
          "mode": "raw",
          "raw": "// Even if the JSON request is valid, this is an example of a 400 error code that will be returned if duplicate matching rules are not active.\n{\n  \"processingOptions\": {\n    \"donorOptions\": {\n      \"defaultUpdateLogic\": \"update_all\"\n    }\n  },\n  \"gifts\": [\n    {\n      \"amount\": 150.25,\n      \"currencyIsoCode\": \"USD\",\n      \"receivedDate\": \"2024-07-06\",\n      \"donorCoverAmount\": 0.25,\n      \"transactionStatus\": \"Unpaid\",\n      \"commitmentId\": \"123456\",\n      \"paymentIdentifier\": \"1234\",\n      \"gatewayTransactionFee\": 0.75,\n      \"processorTransactionFee\": 0.45,\n      \"processorReference\": \"cls-1247586928747\",\n      \"gatewayReference\": \"102656693ac3ca6e0cdafbfe89ab99\",\n      \"lastGatewayResponseCode\": \"invalid_cvc\",\n      \"lastGatewayErrorMessage\": \"The card’s security code is invalid. Check the card’s security code or use a different card.\",\n      \"lastGatewayProcessedDateTime\": \"2023-07-06T21:57:51Z\",\n      \"campaign\": {\n        \"id\": \"<SFDC_CAMPAIGN_ID>\"\n      },\n      \"outreachSourceCode\": {\n        \"id\": \"<SFDC_OUTREACH_SOURCE_CODE_ID>\",\n        \"sourceCode\": \"AnimalEmailCampaign2023\"\n      },\n      \"donor\": {\n        \"donorType\": \"individual\",\n        \"id\": \"<SFDC_PERSON_ACCOUNT_ID>\",\n        \"firstName\": \"Test\",\n        \"lastName\": \"Donor\",\n        \"phone\": \"510-434-8920\",\n        \"email\": \"test.user@example.com\",\n        \"address\": [\n          {\n            \"addressType\": \"mailing\",\n            \"street\": \"123 Main Street\",\n            \"city\": \"Oakland\",\n            \"state\": \"CA\",\n            \"postalCode\": \"94610\",\n            \"country\": \"US\"\n          }\n        ],\n        \"accountCustomFields\": [\n          {\n            \"fieldName\": \"<VALID_CUSTOM_FIELD_API_NAME>\",\n            \"fieldValue\": \"string\"\n          }\n        ]\n      },\n      \"paymentInstrument\": {\n        \"type\": \"credit card\",\n        \"accountHolderName\": \"test donor\",\n        \"expiryMonth\": \"10\",\n        \"expiryYear\": \"2027\",\n        \"last4\": \"4585\",\n        \"cardBrand\": \"visa\",\n        \"bankName\": \"chase\",\n        \"digitalWalletProvider\": \"apple pay\",\n        \"bankAccountHolderType\": \"primary\",\n        \"bankAccountType\": \"checking\",\n        \"bankAccountNumber\": \"123456\",\n        \"bankCode\": \"HBUK\",\n        \"gatewayName\": \"stripe\",\n        \"processorName\": \"test processor\",\n        \"processorPaymentReference\": \"string\",\n        \"gatewayReference\": \"string\"\n      },\n      \"designations\": [\n        {\n          \"designationId\": \"<SFDC_GIFT_DESIGNATION_ID>\",\n          \"percent\": 10\n        }\n      ],\n      \"giftTransactionCustomFields\": [\n        {\n          \"fieldName\": \"<VALID_CUSTOM_FIELD_API_NAME>\",\n          \"fieldValue\": \"string\"\n        }\n      ]\n    },\n    {\n      \"amount\": 300.00,\n      \"currencyIsoCode\": \"USD\",\n      \"receivedDate\": \"2024-07-06\",\n      \"donorCoverAmount\": 0.25,\n      \"transactionStatus\": \"Unpaid\",\n      \"commitmentId\": \"<SFDC_GIFT_COMMITMENT_ID>\",\n      \"paymentIdentifier\": \"1234\",\n      \"gatewayTransactionFee\": 0.75,\n      \"processorTransactionFee\": 0.45,\n      \"processorReference\": \"cls-1247586928747\",\n      \"gatewayReference\": \"102656693ac3ca6e0cdafbfe89ab99\",\n      \"lastGatewayResponseCode\": \"invalid_cvc\",\n      \"lastGatewayErrorMessage\": \"The card’s security code is invalid. Check the card’s security code or use a different card.\",\n      \"lastGatewayProcessedDateTime\": \"2023-07-06T21:57:51Z\",\n      \"campaign\": {\n        \"id\": \"<SFDC_CAMPAIGN_ID>\"\n      },\n      \"outreachSourceCode\": {\n        \"id\": \"<SFDC_OUTREACH_SOURCE_CODE_ID>\",\n        \"sourceCode\": \"AnimalEmailCampaign2023\"\n      },\n      \"donor\": {\n        \"donorType\": \"individual\",\n        \"id\": \"<SFDC_PERSON_ACCOUNT_ID>\",\n        \"firstName\": \"Test\",\n        \"lastName\": \"Donor\",\n        \"phone\": \"510-434-8920\",\n        \"email\": \"test.user@example.com\",\n        \"address\": [\n          {\n            \"addressType\": \"mailing\",\n            \"street\": \"123 Main Street\",\n            \"city\": \"Oakland\",\n            \"state\": \"CA\",\n            \"postalCode\": \"94610\",\n            \"country\": \"US\"\n          }\n        ],\n        \"accountCustomFields\": [\n          {\n            \"fieldName\": \"<VALID_CUSTOM_FIELD_API_NAME>\",\n            \"fieldValue\": \"string\"\n          }\n        ]\n      },\n      \"paymentInstrument\": {\n        \"type\": \"credit card\",\n        \"accountHolderName\": \"test donor\",\n        \"expiryMonth\": \"10\",\n        \"expiryYear\": \"2027\",\n        \"last4\": \"4585\",\n        \"cardBrand\": \"visa\",\n        \"bankName\": \"chase\",\n        \"digitalWalletProvider\": \"apple pay\",\n        \"bankAccountHolderType\": \"primary\",\n        \"bankAccountType\": \"checking\",\n        \"bankAccountNumber\": \"123456\",\n        \"bankCode\": \"HBUK\",\n        \"gatewayName\": \"stripe\",\n        \"processorName\": \"test processor\",\n        \"processorPaymentReference\": \"string\",\n        \"gatewayReference\": \"string\"\n      },\n      \"designations\": [\n        {\n          \"designationId\": \"<SFDC_GIFT_DESIGNATION_ID>\",\n          \"percent\": 10\n        }\n      ],\n      \"giftTransactionCustomFields\": [\n        {\n          \"fieldName\": \"<VALID_CUSTOM_FIELD_API_NAME>\",\n          \"fieldValue\": \"string\"\n        }\n      ]\n    }\n  ]\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        },
        "url": {
          "raw": "{{_endpoint}}/services/data/v{{version}}/connect/fundraising/gifts",
          "host": [
            "{{_endpoint}}"
          ],
          "path": [
            "services",
            "data",
            "v{{version}}",
            "connect",
            "fundraising",
            "gifts"
          ]
        }
      },
      "status": "Bad Request",
      "code": 400,
      "_postman_previewlanguage": "json",
      "header": [
        {
          "key": "Content-Type",
          "value": "application/json",
          "description": ""
        }
      ],
      "cookie": [
      ],
      "body": "    // Even if the JSON request is valid, this is an example of a 400 error code that will be returned if duplicate matching rules are not active. Any non 200 error code would have a similar response structure.\n    {\n        \"errorCode\": \"UNKNOWN_EXCEPTION\",\n        \"message\": \"Provide active duplicate matching rules on Account and Person Account for donor matching. -- industries.fundraisingops.connect.impl.validator.ValidatorUtil.validateMatchingMethod(ValidatorUtil.java:103)\"\n    }"
    }
  ]
}