Notify Transaction
Body
orderIdstringRequiredExample:
A unique identifier for the order associated with the transaction. It helps in tracking and referencing the specific order within the system.
ORD_10726statusstring · enumRequiredExample:
Indicates the completion status of the transaction. For a successful transaction, send the value "success". For all other cases, send the value "failure".
successPossible values: transactionIdstringRequiredExample:
A unique identifier for the transaction within the system. It is used to track and reference the specific transaction details.
trans_61761Responses
200
Transaction status updated successfully
application/json
400
If an invalid status is provided.
application/json
post
/api/v1/fraud-detector/transaction/notifyLast updated