Newer Version Available

This content describes an older version of this product. View Latest

Transaction Payment Updates Input

Input representation of the request to update the transaction payment.
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