Salesforce · Example Payload

Salesforce Gift Example

Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

Salesforce Gift Example is an example object payload from Salesforce, with 20 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

amountcurrencyIsoCodereceivedDatedonorCoverAmounttransactionStatuscommitmentIdpaymentIdentifiergatewayTransactionFeeprocessorTransactionFeeprocessorReferencegatewayReferencelastGatewayResponseCodelastGatewayErrorMessagelastGatewayProcessedDateTimecampaignoutreachSourceCodedonorpaymentInstrumentdesignationsgiftTransactionCustomFields

Example Payload

Raw ↑
{
  "amount": 42.5,
  "currencyIsoCode": "example_value",
  "receivedDate": "example_value",
  "donorCoverAmount": 42.5,
  "transactionStatus": "example_value",
  "commitmentId": "500123",
  "paymentIdentifier": "example_value",
  "gatewayTransactionFee": 42.5,
  "processorTransactionFee": 42.5,
  "processorReference": "example_value",
  "gatewayReference": "example_value",
  "lastGatewayResponseCode": "example_value",
  "lastGatewayErrorMessage": "example_value",
  "lastGatewayProcessedDateTime": "2026-01-15T10:30:00Z",
  "campaign": {
    "id": "abc123"
  },
  "outreachSourceCode": {
    "id": "abc123",
    "sourceCode": "example_value"
  },
  "donor": {
    "donorType": "example_value",
    "id": "abc123",
    "organizationName": "example_value",
    "firstName": "example_value",
    "lastName": "example_value",
    "phone": "example_value",
    "email": "user@example.com",
    "address": [],
    "accountCustomFields": 42
  },
  "paymentInstrument": {
    "type": "example_value",
    "accountHolderName": 42,
    "expiryMonth": "example_value",
    "expiryYear": "example_value",
    "last4": "example_value",
    "cardBrand": "example_value",
    "bankName": "example_value",
    "digitalWalletProvider": "example_value",
    "bankAccountHolderType": 42,
    "bankAccountType": 42,
    "bankAccountNumber": 42,
    "bankCode": "example_value",
    "gatewayName": "example_value",
    "processorName": "example_value",
    "processorPaymentReference": "example_value",
    "gatewayReference": "example_value"
  },
  "designations": [],
  "giftTransactionCustomFields": []
}