Merchant Webhook flow

[Endpoint: POST Merchant URL](Merchant URL)

Headers:


X-CLIENT-KEYX-CLIENT-IDX-SECRET-KEY
YOUR KEYYOUR IDYOUR SECREAT

Request Body (JSON):

Content-Type: application/json


{
 "statusCode": "200", 
 "statusDesc": "Success", 
 "totalAmount": "120", 
 "custAccNo": null, 
 "clientCode": "12345", 
 "txnInitDate": "2024-12-12 14:57:44", 
 "txnCompleteDate": "2024-12-12 
15:00:48", 
 "payMode": "CC", 
 "transactionId": 
"ND1212202492740919150", 
 "bankTxnId": "00110000006141651112", 
 "atomTxnId": "11000000614165", 
 "orderId" : "Order2024922" 
 } 


Merchant Response (200 OK - Success):

{
 "responseCode": "200", 
 "responseMessage": "Success” 
}