Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.
ConnectApi.CardPaymentMethodOutput
| Property Name | Type | Description | Available Version |
|---|---|---|---|
| accountId | String | Salesforce Payments account to which this payment method is linked. | 56.0 |
| autoPay | Boolean | Indicates whether a token for recurring payments is being requested (true) or not (false). The token lets the payment method be used for recurring payments. | 56.0 |
| cardBin | String | Bank Identification Number (BIN). The BIN is the first 4-6 numbers on a payment card that identifies the card issuer. | 56.0 |
| cardCategory | ConnectApi.CardCategory |
|
56.0 |
| cardHolderFirstName | String | First name of the card holder | 56.0 |
| cardHolderLastName | String | Last name of the card holder | 56.0 |
| cardHolderName | String | Full name of card holder | 56.0 |
| cardLastFour | String | Last four digits on a card. | 56.0 |
| cardType | ConnectApi.CardType | Credit card issuer.
|
56.0 |
| comments | String | Details about a record added by a user. Maximum of 1,000 characters. | 56.0 |
| displayCardNumber | String | Card displayed number | 56.0 |
| String | Email address of the card holder. | 56.0 | |
| expiryMonth | Integer | Card expiration month | 56.0 |
| expiryYear | Integer | Card expiration year | 56.0 |
| nickName | String | Optional card nickname | 56.0 |
| startMonth | Integer | Month when card becomes active | 56.0 |
| startYear | Integer | Year when card becomes active | 56.0 |