JazzCash MW Disbursement API Reference Document 2.0
JazzCash MW Disbursement API Reference Document 2.0
1.1Overview
The JazzCash’s Disbursements services enable registered Program Participants (such as
government entities, banks, and digital players) to provide disbursement solutions that
enable businesses, governments, non-profit organizations and other entities to disburse
funds to individuals and businesses with ease. The funds can be disbursed such as salary
disbursement, government payments, loan disbursements and social benefits payments,
and pay individuals.
2.1Getting Started
Depending on requirement you may opt to establish connection Mobile Wallet APIs.
Before integrating and consuming API, ensure to establish network connectivity.
We use three-layer security layer measures to secure data by making it unreadable to
anyone without the required unique authentication/authorization keys, protecting it from
unauthorized access or tampering and to maintain confidentiality and integrity.
Registered MSISDN to be tagged with organization pool account and MPIN needs to be
created.
MPIN to be saved in our database as encrypted and will be passed to our core banking
and verified.
2.2Disburse Funds
JazzCash funds disbursement via API feature allows an organization to pay for individual
customers in bulk. Disbursement APIs are often used by government institutes,
businesses or other organizations to automate the process of making payments to their
employees, vendors, or other recipients.
Some common uses for disbursement APIs include the following:
Overall, the purpose of a disbursement API is to provide a way for businesses and other
organizations to automate the disbursement of funds to their employees, vendors, or
other recipients. By using a disbursement API, businesses can streamline their financial
processes and improve their ability to make timely and accurate payments.
1. Set up an account with a JazzCash for disbursement. This will typically involve
providing information about your business and verifying your identity.
2. Integrate the JazzCash disbursement API into your business's systems. This will
typically involve writing code to connect to the API and make requests to disburse
funds.
3. Use the JazzCash’s API to initiate a disbursement. This will typically involve
providing information about the recipient's mobile wallet and the amount of the
disbursement. You’ll also need to provide your unique security credentials in API
requests to prove identity and legitimacy.
4. JazzCash will then process the disbursement and transfer the funds to the
recipient's mobile wallet. This may involve sending a notification to the recipient's
mobile device to confirm the disbursement.
Overall, disbursing funds via JazzCash you may need to integrate the provided APIs into
your systems, and use the APIs to initiate the disbursement. This process can help to
automate the disbursement of funds and make it easier and more efficient to pay
employees, vendors, or other recipients using a mobile wallet.
2.4 Disburse Funds to Registered Mobile
Wallet
The Individual G2P to mobile wallet Payment feature allows an organization to pay
for individual customers one by one. The JazzCash Mobile Money system supports
the service of making individual disbursement payments that allows an organization
to pay for individual registered customers.
API consumers will pass API body as encrypted and will also expect response in
encrypted form. Encryption algorithm along with keys to be shared while integration
onboarding.
A staging API is a usually copy of the production API that is used for testing and
development purposes, and it is hosted on a separate server or environment.
Below is the generic API signature.
API cURL:
● Staging URL:
https://gateway-sandbox.jazzcash.com.pk/jazzcash/third-party-integration/srv6/
api/wso2/mw/payment
● API Header:
{
"data":
"86928EA8E1B0EFA3C42BB84AC4E3622966BF6C1E639585DF48CE1C1546A7
500FD4A801F662294F0BD8B9D5585BD729C83AEFE089D30D1CC67BE849A17
28D8A2E3B2910AB5BC142F7A731FAD500F2FB217D992118CCE8B29EFDA2A0
B6331CB98C1277C191355C7A661264577C04BD8620B1EDA5AE4F63731BE58
6E24D99CA4EF3050BE210899B405DB1CCFEDC784E062B"
}
● API Response:
Below is the sample unencrypted response for disbursement API
Below is the encrypted response against mobile wallet API which consumer will get
{
"data":
"814c86e695359028d4cab4ba322d4ba9a6b8223472db346be14fbec118d4b
b8d8f17780e91e1c694a360ef9275f206bf3012b68981bde8b1a92bf8c80fe
039d1653bf889de124f8506be1922a325a23fc957fd1e77ae3c0e7a1e79889
12a186d9e4e5b32934decac09794252bb0688b920fecc1e26cfdead9f1032f
edd241fc8907f5e62e4a1a46be5f11e4f967968098b1efb6ba1a591b6e175d
79cb68753652f3969b501d9951b232facb4293dc9aed8384429361244f6117
d0deddf10f8676e88f7ae51015de1ea2329e0d3d4a640979b27fa8c36ce93c
949b5ec66fd4f809b22c630aabab23f12ad921852016ee0"
}
2.5 Transaction Status API
Transaction Status API allows clients to enquire about status of their transaction
based on OriginatorConversationID or referenceID.
● Staging URL:
https://gateway-sandbox.jazzcash.com.pk
/jazzcash/third-party-integration/srv1/api/wso2/transactionStatus
API cURL
Below is the sample cURL
curl --location ' https://gateway-sandbox.jazzcash.com.pk /jazzcash/third-
party-integration/srv1/api/wso2/transactionStatus' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer 12299127-8317-31a5-a776-
7c863e49256a' \
--data
'{"data":"e49cc24c6dea0a3cc75a7a0f38721c4090b5961f230eb2d704a2
8c5b531deafe4f9c997adb5709f9cb56e74b254b0550f33d0b807cbd0eea0
2c2e159411925a7b22d62afc99ae09d46759d016a962a5111b6efb58bcb6
723d030a352ad6e38ed"}'
5 Key Takeaways
Below points need to be remembered while doing testing.
A dummy CNIC is created on staging environment that will be shared
with clients with credentials.
Clients are supposed to use given CNIC and shared MSISDN
(consumer) for testing.
Please make sure testing is being done via shared whitelisted IP(s).
Credentials are shared only when testing is being done by Clients.
Clients need to make sure their server is connected and cache is
cleared, otherwise they might face an error.
Clients are required to do an extensive testing of all the scenarios
shared separately by JazzCash.
6 Go Live Checklist:
Financial report from CPS will be shared daily with the designated
disbursement partner POC. Please perform financial reconciliations
with this daily and report in case of any issues.
Please ensure that no re-attempt is made in case of failed scenario,
until reconciliation is done with the CPS report to avoid duplicate
transactions.
In-case of any disputes, please share complete API request/response
logs within 5 working days of the disputed transaction so it can be
checked and troubleshooted in detail.
Both parties will share escalation matrix before go-live for technical
support.
Disclaimer
Copyright 2024@JazzCash. All rights reserved. The information contained in this API
documentation is proprietary and confidential. It is intended solely for the use of
JazzCash partners and developers who have been granted access to the API. Any
unauthorized use, reproduction, or distribution of this documentation or the API is
strictly prohibited. JazzCash reserves the right to change or modify the API and this
documentation at any time without notice.