Request URL

  • https://gateway.pay247.io/gateway/payin/update

Request Method

  • POST

Request Parameters

ParameterMustTypeExplanation
mch_idYesstringMerchant ID
mch_order_noYesstringMerchant Order NO.
transaction_idYesstringThe UTR For INR
timestampYesstringtimestamp millisecond
versionYesstringv1.0
uuidYesstringRequest ID: 550e8400-e29b-41d4-a716-446655440000
signYesstringSignature

For example

{
  "mch_id": "Q0P5T8DOGN10000",
  "mch_order_no": "TRADE-405189",
  "transaction_id": "HDFC0001234567890",
  "timestamp": "1693233334134",
  "version": "v1.0",
  "uuid": "550e8400-e29b-41d4-a716-446655440000",
  "sign": "81930c5a04d1c58fd1efe33b06e2ffa7"
}

Response Data

ParameterMustTypeExplanation
mch_idYesstringMerchant ID.
order_noYesstringSystem Order No.
mch_order_noYesstringMerchant Order No.
transaction_idYesstringThe UTR For INR
statusNostringThe order status

For example

{
  "code": 0,
  "message": "success",
  "uuid": "550e8400-e29b-41d4-a716-446655440000",
  "timestamp": "1693233334134",
  "data": {
    "mch_id": "MCH12345678",
    "mch_order_no": "23082822325936693122",
    "order_no": "MO202308282232593669984082",
    "transaction_id": "HDFC0001234567890",
    "status": "PENDING"
  }
}