Inquiry Payment

This API Help to get Inquiry Payment

Response Payload:

{
"merchant_data": {
"merchant_id": 11565,
"order_id": "68P4681148P944I"
},
"order_data": {
"order_status": "CHARGED",
"plural_order_id": 34417,
"amount": 200,
"order_desc": "Test Order"
},
"payment_info_data": {
"acquirer_name": "Edge",
"auth_code": "NA",
"captured_amount_in_paisa": "200",
"card_holder_name": "dskfk",
"masked_card_number": "************1112",
"merchant_return_url": "http://localhost/PINE/pluralxt-pinelabs-php/response_page.php",
"mobile_no": "NA",
"payment_completion_date_time": "2022-02-11T18:39:54.973Z",
"payment_id": "1013950",
"payment_status": "CAPTURED",
"payment_response_code": "1",
"payment_response_message": "NA",
"product_code": "NA",
"rrn": "425847096720",
"refund_amount_in_paisa": "0",
"salted_card_hash": "CE88E1CF9247936231DB21D02498C6470625892F7FE4A6FAC2FE8F6A03D3E4AE",
"udf_field_1": "123",
"udf_field_2": "NA",
"udf_field_3": "NA",
"udf_field_4": "NA",
"udf_field_5": "NA",
"payment_mode": "CREDIT_DEBIT",
"issuer_name": "NONE",
"gateway_payment_id": "7306277",
"card_type": ""
}
}
{
  "merchant_data": {
    "merchant_id": 11471,
    "order_id": "nbpay293279392667184"
  },
  "order_data": {
    "order_status": "PARTIAL_REFUNDED",
    "plural_order_id": 96874,
    "amount": 10000,
    "order_desc": null
  },
  "payment_info_data": {
    "acquirer_name": "Edge",
    "auth_code": "NA",
    "captured_amount_in_paisa": "10000",
    "card_holder_name": "CardUser82o",
    "masked_card_number": "************1704",
    "merchant_return_url": "https://beta.nobroker.in/nbpay,http://192.168.101.93:7050/chargingresp.aspx,http://localhost/Pine/response1.php,http://10.200.146.139:7020/chargingrespnew.aspx",
    "mobile_no": "NA",
    "payment_completion_date_time": "2022-10-03T02:23:28.440Z",
    "payment_id": "1257333",
    "payment_status": "PARTIALLY_REFUNDED",
    "payment_response_code": "1",
    "payment_response_message": "NA",
    "product_code": "NA",
    "rrn": "425847096720",
    "refund_amount_in_paisa": "200",
    "salted_card_hash": "1969CC66531F443DABE1E71E684A3F307AB4A720F43380825D099F9438C9116D",
    "udf_field_1": "NA",
    "udf_field_2": "NA",
    "udf_field_3": "NA",
    "udf_field_4": "NA",
    "udf_field_5": "NA",
    "payment_mode": "CREDIT_DEBIT",
    "issuer_name": "NONE",
    "gateway_payment_id": "7630215",
    "card_type": ""
  }
}

Response Parameters

Parameter NameTypeDescription
merchant_idstringunique merchant id.
order_idstringunique order id.
order_statusstringstatus of the order.
plural_order_idstringunique plural order id.
amountlongamount in paise.
order_descstringorder arrangement.
acquirer_namestringacquirer name.
auth_codestringauthenticate code
captured_amount
_in_paisa
stringcaptured amount in paisa.
card_holder_namestringcardholder name.
masked_card_numberstringmasked card number.
merchant_return_urlstringmerchant return url.
mobile_nostringvalid mobile number.
payment_completion
_date_time
stringpayment completion
date time.
payment_idstringunique payment id.
payment_statusstringpayment status.
payment_response
_code
stringpaymentresponse codes.
payment_response
_message
stringShort payment message about code.
product_codestringproduct code.
rrnstringRRN number.
refund_amount
_in_paisa
stringrefund amount in paisa.
salted_card_hashstringsalted card hash.
udf_field_1stringUDF 1
udf_field_2stringUDF 2
udf_field_3stringUDF 3
udf_field_4stringUDF 4
payment_modestringpayment mode.
issuer_namestringname of the issuer.
gateway_
payment_id
stringgateway payment id.
Language
Authorization
Basic
base64
:
Click Try It! to start a request and see the response here!