Newer Version Available

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

Transaction Payment Update Request Input

Input representation of the details of the request to update the transaction payment.
JSON example
1{
2  "giftTransactionId": "6TR5500000WO1ZIFGE",
3  "transactionStatus": "Unpaid",
4  "processorReference": "string",
5  "gatewayReference": "string",
6  "lastGatewayResponseCode": "invalid_cvc",
7  "lastGatewayErrorMessage": "The card’s security code is invalid. Check the card’s security code or use a different card.",
8  "lastGatewayProcessedDateTime": "2023-07-06T21:57:51Z"
9}
Properties
Name Type Description Required or Optional Available Version
gateway​Reference String Reference of the transaction to which the gateway is assigned. Optional 60.0
gift​Transaction​Id String ID of the gift transaction record. Required 60.0
lastGateway​Error​Message String Most recent error message received by the gateway. Optional 60.0
lastGateway​Processed​DateTime String Last attempt made by the gateway. Optional 60.0
lastGateway​Response​Code String Most recent response code that was received by the gateway. Optional 60.0
processor​Reference String Reference of the transaction to which the payment processor is assigned. Optional 60.0
transaction​Status String Gift status of the transaction. Required 60.0