Update Transaction Details
Last updated
Last updated
POST
https://{baseUrl}/api/v2/merchant/{merchantId}/updateTransactionDetails
The Authorization Header is required if JWT (JSON Web Token) authentication is enabled in the application configuration (config.server.jwt_enable
is true
). This header must contain a valid JWT token prefixed with the word "Bearer". The token is used to authenticate the request and verify that the sender is authorized to perform the requested operation.
The Request Body must be an array containing exactly one object. This object includes the details for updating a transaction.
This endpoint is used to update the transaction details for a specific merchant identified by merchantId
. The update is performed on the transaction record based on the provided txShieldOICartReference
. The updated transaction details are stored in MongoDB and, if applicable, in AWS DynamoDB.
Content-Type
application/json
Authorization
Bearer <token>
merchantId
Merchant Id for update transaction
txShieldOICartReference
String
True
A unique reference for the transaction that needs to be updated. This is a mandatory field.
Update Merchant Transaction based on the txShieldOICartReference
Merchant Id for update transaction
The unique reference for the transaction to be updated.
First 6 or 8 digits of the card used in the transaction.
Last 4 digits of the card used in the transaction.