IPN

Instant Payment Notification

Merchant receive refund result. Similar to IPN

Merchant has to respond to NeoX following the structure merchant response when receiving IPN.

IPN verification

Merchant needs to build a hashed string follow above guide and compare to received neo_SecureHash parameter

Method: POST

NeoX's IPN data

{
  "neo_MerchantCode": "UFLIYL",
  "neo_Command": "REFUND",
  "neo_OrderID": "DH7255715767",
  "neo_PaymentID": "1439211",
  "neo_RequestID": "a68de39f-ea76-43fb-848f-b605b4aaf44e",
  "neo_TransactionID": "XBSKM1OELUDU",
  "neo_Amount": 10000,
  "neo_Fee": 3300,
  "neo_Version": "1",
  "neo_ResponseCode": 0,
  "neo_ResponseMsg": "Success",
  "neo_SecureHash": "3C97E508CBED7561759D049C5FA58BE2DE455EA4E7EE07B1DFDF2AFC4783E144"
}

Merchant response

Last updated