Notify Transaction
Last updated
Last updated
By utilizing the Notify Transaction API, the client can submit the transaction status of a previously requested transaction. Tutelar will only consider the transaction closed upon successful payment, which triggers the notify transaction process.
/api/v1/fraud-detector/transaction/notify
A unique identifier for the order associated with the transaction. It helps in tracking and referencing the specific order within the system.
ORD_10726
A unique identifier for the transaction within the system. It is used to track and reference the specific transaction details.
trans_61761
Indicates the completion status of the transaction. For a successful transaction, send the value "success". For all other cases, send the value "failure".
success
success
, failure