Salesforce · Example Payload

Salesforce Update1 Example

Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

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

Top-level fields

giftCommitmentIdpaymentInstrument

Example Payload

Raw ↑
{
  "giftCommitmentId": "500123",
  "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"
  }
}