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
{
  "updates": [
    {
      "giftTransactionId": "6TR5500000WO1ZIFGE",
      "transactionStatus": "Unpaid",
      "processorReference": "string",
      "gatewayReference": "string",
      "lastGatewayResponseCode": "invalid_cvc",
      "lastGatewayErrorMessage": "The card’s security code is invalid. Check the card’s security code or use a different card.",
      "lastGatewayProcessedDateTime": "2023-07-06T21:57:51Z"
    }
  ]
}
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