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.

Commitments Payment Updates (POST)

Update the metadata for your payment instruments for all active gift commitments.

Resource:

1/connect/fundraising/commitments/payment-updates

Resource example:

1https://yourInstance.salesforce.com/services/data/v67.0/connect/fundraising/commitments/payment-updates

Available version: 60.0

HTTP methods: POST

Request body for POST

You can pass the commitment ID in an externalId object containing fieldName and fieldValue.

Note

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

Response body for POST: Commitment Payment Updates