Accept Payments Using Jazz Cash Payment Gateway In Flutter

Khurram Ali
1 min readNov 21, 2020

--

Recently I was searching How to integrate Jazz cash payment gateway in flutter. I have also checked Jazz cash Api Documentation for Jazz Cash Pay. But documentation is not for the Flutter Platform. So, I decided to publish an article to integrate Google Pay using Jazz cash in Flutter.

first, we will have to sign up to jazz cash Sandbox account, we going to select the REST Api version 1.1

Then in the right side of the dashboard we have the Merchant ID, Password, and the Integerity Salt id.

we will use these id’s in our code for authenticating the request

now coming toward the code

we will post the JSON payload through the http

For Secure Hash generating we will first reorder the JSON data in alphabetical order will add all these Non null String Into single string putting “&” after every String except for the last one

We will also add the Integerity Salt id in the beginning of this string after this we will convert this to secure hash

for more detail info about the POST variable please the read documentation

--

--

Khurram Ali
Khurram Ali

Written by Khurram Ali

Software Engineer | Flutter Developer

No responses yet