Alert Status Update
Notify TxAlert of actions taken and status updates on the alert by a merchant.
Status updates are initiated from the merchant system to inform TxShield about the status of a previous alert raised by TxShield. Updates can be synchronous, returning to the alert notification/webhook, or asynchronous when calling this endpoint.
POST
https://uat.txshield.payshield.ai/secure/alert/update/v2/
Request Body
alert_outcome_currency
String
The currency for the alert_outcome_amount
alert_outcome_amount
String
The amount that was cancelled / refunded. Can be partial or full amount of the alert.
alert_outcome_action_date
String
The date & time that the outcome was reached on, e.g. the time and date that the refund was processed.
reason_code
String
status
String
alert_id
String
Alert ID from the original alert sent by TxShield. This is a mandatory parameter to map the status update of the initial alert
tx_details[].duplicate_alertid
String
alertid of the duplicate alert This is a mandatory parameter when using reason_code 940
tx_details[].userid
String
Merchant can pass the userid of the user who did the action in this field
tx_details[].username
String
Merchant can pass the user name of the user who did the action in this field
txdetails[]
String
Merchant can use json structure to send the details of the user or the duplicates in this field
Example
JSON : Header
JSON : Format
Last updated