Update Transaction Details
Headers
Name
Value
Path Parameters
Name
Description
Body
Name
Type
Required
Description
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
merchantIdstringRequired
Merchant Id for update transaction
Bodyobject[]
txShieldOICartReferencestringRequired
The unique reference for the transaction to be updated.
cardBinstringOptional
First 6 or 8 digits of the card used in the transaction.
cardLast4stringOptional
Last 4 digits of the card used in the transaction.
Responses
200
Successful update
application/json
statusstringOptionalExample:
okmsgstringOptionalExample:
Transaction has been updatedtxShieldOICartReferencestringOptionalExample:
b1eb8c8f-6812-4596-9b53-6073631363c8400
Bad Request
application/json
403
Forbidden
application/json
404
Not Found
application/json
500
Server Error
application/json
post
/api/v2/merchant/{merchantId}/updateTransactionDetailsLast updated

