Salesforce · Example Payload

Salesforce Payment Instrument Example

Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

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

Top-level fields

typeaccountHolderNameexpiryMonthexpiryYearlast4cardBrandbankNamedigitalWalletProviderbankAccountHolderTypebankAccountTypebankAccountNumberbankCodegatewayNameprocessorNameprocessorPaymentReferencegatewayReference

Example Payload

Raw ↑
{
  "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"
}