Salesforce · Example Payload

Salesforce Commitment Example

Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

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

Top-level fields

amountcurrencyIsoCodetransactionPeriodtransactionIntervaltransactionDaystartDateendDatecampaignoutreachSourceCodedonorpaymentInstrumentdesignationsfirstTransactiongiftCommitmentCustomFieldsgiftCommitmentScheduleCustomFields

Example Payload

Raw ↑
{
  "amount": 42.5,
  "currencyIsoCode": "example_value",
  "transactionPeriod": "example_value",
  "transactionInterval": 10,
  "transactionDay": "example_value",
  "startDate": "example_value",
  "endDate": "example_value",
  "campaign": {
    "id": "abc123"
  },
  "outreachSourceCode": {
    "id": "abc123",
    "sourceCode": "example_value"
  },
  "donor": {
    "donorType": "example_value",
    "id": "abc123",
    "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": [],
  "firstTransaction": {
    "amount": 42.5,
    "receivedDate": "example_value",
    "donorCoverAmount": 42.5,
    "transactionStatus": "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"
  },
  "giftCommitmentCustomFields": [],
  "giftCommitmentScheduleCustomFields": []
}