Test your integration

Guide to complete your integration testing with Jio Payment Solution Limited's Payment Gateway.

  1. Collect your test credentials for UAT environment to connect and test with JPSL PG. These credential includes - UAT Merchant Identifer (MID) and UAT Secret Key for Hash calculations.
  2. Identify your integration requirement,
    1. Jio Payment Solutions Limited hosted checkout
    2. Merchant hosted checkout
    3. UPI QR / Intent
  3. Go through the Base Integration and Generate Hash guides to establish connectivity with Payment Gateway
  4. If your integration is for Jio Payment Solutions Limited hosted checkout,
    1. Check your Initiate Sale API, integration by integrating the API according to specification.
    2. Once Initiate Sale API is working as expected, in response

Testing credential


Please find the UPI Intent call procedure:
  1. Merchant to call generateQR API (its a server to server API). Refer Generate QR API reference
  2. The response will contain the QRString (as per standard NPCI UPI QR Specs)
  3. The QR String as is can be used as intent URL OR can be used to generate a QR Image for scanning.
  4. Merchant to either open the intent or display the QR Image and in the background wait for status update from the merchant server.
  5. On Payment, the response from UPI Acq will come to JioPay PG and the transaction will be updated as success/reject.
  6. If advice is enabled for the merchant, the merchant advice will be triggered by JioPay PG to merchant specified advice URL (B2B)

❗️

Above mentioned steps are only for UAT environment