Base Integration

Explains basic integration for Jio Payment Solutions Limited Payment Gateway

Environment

To create a test merchant account, connect with the JPSL Team. After you create a test merchant account, you can access the test Key on Jiopay Dashboard.

EnvironmentAPI Endpoint
Test Environmenthttps://uat.jiopay.co.in/
Production Environmenthttps://jiopay.co.in/

Security

Jio Payment Solutions Limited implements hashing algorithms to protect the data sharing between the servers during API Call. we have implemented SHA256 algorithm to generate secure hash for the API Calls. SHA256 (Secure Hash Algorithm 256-bit) is a cryptographic hash function that generates a fixed-size 256-bit (32-byte) hash from input data of any size. It is widely used in securing API calls due to its robust security features.

Jio Payment Solutions Limited system expects a secure hash in the request which is validated at our server to ensure data integrity in transit. Our system response also includes the secure hash generated at our server end and merchant should validate the secure hash in response to ensure correctness of data.

By leveraging SHA256, API calls achieve heightened security, reliability, and trustworthiness, making it essential for modern web services.

Refer to the Generate Hash guide for detailed implementation.