Salesforce · Example Payload

Salesforce Create Payment Method Request Example

Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

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

Top-level fields

paymentGatewayIdcardPaymentMethodphoneemailadditionalData

Example Payload

Raw ↑
{
  "paymentGatewayId": "500123",
  "cardPaymentMethod": {
    "cardHolderName": "example_value",
    "expiryMonth": "example_value",
    "expiryYear": "example_value",
    "cardNumber": "example_value",
    "cvv": "example_value",
    "cardCategory": "example_value",
    "cardType": "example_value",
    "startYear": "example_value",
    "startMonth": "example_value",
    "nickName": "example_value",
    "accountId": "500123"
  },
  "phone": "example_value",
  "email": "user@example.com",
  "additionalData": {
    "key1": "example_value",
    "key2": "example_value"
  }
}