Perform update on an existing transaction

Perform an update on an existing transaction. This function is only applicable for an existing preAuth transaction.

Path Params
string
required

Gateway transaction identifier as returned in the parameter ipgTransactionId or merchantTransactionId.

Body Params
string
required

Object name of the action request.

string

Comment for the action.

array of objects

Integration data to provide information from the application.

integrationData
array of objects

Integration data provided by the payer.

consumerData
string

To remain compliant the custom fields are not to be used to submit credit card detail or sensitive card holder information, please use the designated fields defined by the Gateway for this purpose.

Headers
string
required
Defaults to application/json

Content type.

string
required

A client-generated ID for request tracking and signature creation, unique per request. This is also used for idempotency control. We recommend 128-bit UUID format.

string
required

Key given to merchant after boarding associating their requests with the appropriate app in Apigee.

int64
required

Epoch timestamp in milliseconds in the request from a client system. Used for Message Signature generation and time limit (5 mins).

string
required

Used to ensure the request has not been tampered with during transmission. The Message-Signature is the Base64 encoded HMAC hash (SHA256 algorithm with the API Secret as the key.) For more information, refer to the supporting documentation on the Developer Portal.

Responses

Language
Credentials
URL
Click Try It! to start a request and see the response here! Or choose an example:
application/json