Transactions Payment Updates (POST)
Update the gateway and processor metadata for gift transactions. This API supports
updating only the properties that are specified in the request body. If you include any other
standard or custom fields in the request body beyond the specified properties, an error is
shown.
Resource:
1/connect/fundraising/transactions/payment-updatesResource example:
1https://yourInstance.salesforce.com/services/data/v/connect/fundraising/transactions/payment-updatesAvailable version: 60.0
HTTP methods: POST
Request body for POST
JSON example
1{
2 "updates": [
3 {
4 "giftTransactionId": "6TR5500000WO1ZIFGE",
5 "transactionStatus": "Unpaid",
6 "processorReference": "string",
7 "gatewayReference": "string",
8 "lastGatewayResponseCode": "invalid_cvc",
9 "lastGatewayErrorMessage": "The card's security code is invalid. Check the card's security code or use a different card.",
10 "lastGatewayProcessedDateTime": "2023-07-06T21:57:51Z"
11 }
12 ]
13}Properties
| Name | Type | Description | Required or Optional | Available Version |
|---|---|---|---|---|
| updates | Transaction Payment Update Request Input[] | Contains the details of the request to update the transaction payment. | Required | 60.0 |
Response body for POST: Transaction Payment Updates