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.

Transaction Payment Updates Input

Input representation of the gateway and processor metadata to update the transaction payment. If you include any other standard or custom fields in the request body beyond the specified properties, an error is shown.

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