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.
Commitment Payment Updates Input
Input representation of the details of the payment update to the fundraising
commitments.
JSON example
1{
2 "updates": [
3 {
4 "giftCommitmentId": "6TR5500000WO1ZIFGE",
5 "paymentInstrument": {
6 "type": "Venmo",
7 "accountHolderName": "Daniel Chavez",
8 "expiryMonth": "10",
9 "expiryYear": "2026",
10 "last4": "4321",
11 "cardBrand": "visa",
12 "bankName": "chase",
13 "digitalWalletProvider": "Diner's Club",
14 "bankAccountHolderType": "primary",
15 "bankAccountType": "checking",
16 "bankAccountNumber": "123456",
17 "bankCode": "HBUK",
18 "gatewayName": "Gateway",
19 "processorName": "Centpro",
20 "processorPaymentReference": "string",
21 "gatewayReference": "string"
22 }
23 }
24 ]
25}Properties
| Name | Type | Description | Required or Optional | Available Version |
|---|---|---|---|---|
| updates | Commitment Payment Updates Request Input[] | Contains the request details to update the commitment payment. | Required | 60.0 |