Newer Version Available
Transactions Payment Updates (POST)
Update the gateway and processor metadata for gift transactions.
- Resource
-
1/connect/fundraising/transactions/payment-updates - Resource example
-
1https://yourInstance.salesforce.com/services/data/v61.0/connectfundraising/transactions/payment-updates - Available 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