Pakistan
Learn about the dLocal supported payment methods in Pakistan.
Market specifications
Take a look of all the payment methods available.
Country reference Alternative Payment Method supportedAlternative Payments
Learn how to integrate cash, bank transfer or wallet payment.
Alfa Easypaisa HBL Konnect JazzCash Online Bank TransferMarket specifications
Do you want to know more information about Pakistan's market? Go to the APAC: The world’s leader in eCommerce market sales article.
Country reference
country code | currency code | document name | document format | document required? |
---|---|---|---|---|
PK | PKR | CNIC | 13 digits | Yes |
Alternative Payment Method supported
payment_method_id | Name | payment_method_type | Details | Allowed Flows | Logo |
---|---|---|---|---|---|
AF | Alfa | WALLET | Wallet | REDIRECT | ![]() |
ES | Easypaisa | WALLET | Wallet | REDIRECT | ![]() |
HB | HBL Konnect | WALLET | Wallet | REDIRECT | ![]() |
JK | JazzCash | WALLET | Wallet | REDIRECT | ![]() |
IO | Online Bank Transfer | BANK_TRANSFER | Bank Transfer | REDIRECT | ![]() |
Alternative Payment Method
Wallets are a payment method on the rise in Pakistan, with a very disputed share between its players. JazzCash, Easypaisa, Alfa, and HBL Konnect are among the most used ones.
Bank Transfers are also popular in the country.
Alfa
Capabilities
Alfa | |
---|---|
Max. expiration time supported | Same day |
Notification delay | Immediate |
Refunds | Yes |
Flow | REDIRECT |
UX Flow

The screenshots illustrate a generic Alfa redirect flow.
Request parameters
Property | Type | Description | Mandatory? |
---|---|---|---|
amount | Number | Amount to be charged. | Yes |
currency | String | PKR Transaction currency in ISO 4217. | Yes |
country | String | PK Transaction country in ISO 3166. | Yes |
payment_method_id | String | AF ID of the selected payment method. | Yes |
payment_method_flow | String | REDIRECT | Yes |
payer.name | String | Name of the payer. | Yes |
payer.email | String | Email of the payer. | Yes |
payer.document | Number | Document of the payer. | Yes |
payer.phone | Number | Phone number of the payer | Yes |
payer.account_number | Number | Unique identifier for the Alfa wallet account. | Yes |
order_id | Number | ID of the capture given by the merchant in their system. Think of it as an external ID of the capture. | No |
notification_url | String | Notifications will be sent in every change of status of a payment to the notification_url specified by the merchant. | No |
Examples
{
"amount": 150,
"currency": "PKR",
"country": "PK",
"payment_method_id": "AF",
"payment_method_flow": "REDIRECT",
"payer": {
"name": "Jane Doe",
"email": "[email protected]",
"phone": "3097524704",
"document": "1234567890123",
"account_number": "933303352683680",
"address": {
"country": "PK",
"state": "Sind",
"city": "Karachi",
"zip_code": "88058",
"street": "Man St.",
"number": "5940"
}
},
"order_id": "345453483kqw0",
"description": "Tshirt",
"notification_url": "http://merchantsite.com/notification/new",
"callback_url": "http://merchantsite.com/success_page"
}
{
"id": "R-4-5a2f6697-868d-4cba-5t53-a481bf596dbe",
"amount": 150,
"currency": "PKR",
"payment_method_id": "AF",
"payment_method_type": "TICKET",
"payment_method_flow": "REDIRECT",
"country": "PK",
"created_date": "2023-01-27T21:02:17.000+0000",
"status": "PENDING",
"status_detail": "The payment is pending.",
"status_code": "100",
"order_id": "345453483kqw0",
"description": "Tshirt",
"notification_url": "http://merchantsite.com/notification/new",
"redirect_url": "https://pay.dlocal.com/gmf-apm/payments-continue/M-df988464-res3-469e-b638-129e02f123e8"
}
Easypaisa
Capabilities
Easypaisa | |
---|---|
Max. expiration time supported | Same day |
Notification delay | Immediate |
Refunds | Yes |
Flow | REDIRECT |
UX Flow

The screenshots illustrate a generic Easypaisa redirect flow.
Request parameters
Property | Type | Description | Mandatory? |
---|---|---|---|
amount | Number | Amount to be charged. | Yes |
currency | String | PKR Transaction currency in ISO 4217. | Yes |
country | String | PK Transaction country in ISO 3166. | Yes |
payment_method_id | String | ES ID of the selected payment method. | Yes |
payment_method_flow | String | REDIRECT | Yes |
payer.name | String | Name of the payer. | Yes |
payer.email | String | Email of the payer. | Yes |
payer.document | Number | Document of the payer. | Yes |
payer.phone | Number | Phone number of the payer. | Yes |
order_id | Number | ID of the capture given by the merchant in their system. Think of it as an external ID of the capture. | No |
notification_url | String | Notifications will be sent in every change of status of a payment to the notification_url specified by the merchant. | No |
Examples
{
"amount": 150,
"currency": "PKR",
"country": "PK",
"payment_method_id": "ES",
"payment_method_flow": "REDIRECT",
"payer": {
"name": "Jane Doe",
"email": "[email protected]",
"phone": "3097524704",
"document": "1234567890123",
"address": {
"country": "PK",
"state": "Sind",
"city": "Karachi",
"zip_code": "88058",
"street": "Man St.",
"number": "5940"
}
},
"order_id": "345453483kqw0",
"description": "Tshirt",
"notification_url": "http://merchantsite.com/notification/new",
"callback_url": "http://merchantsite.com/success_page"
}
{
"id": "R-4-0af8f4ee-6ab0-fddd43-8b85-e2b32960f87f",
"amount": 150,
"currency": "PKR",
"payment_method_id": "ES",
"payment_method_type": "TICKET",
"payment_method_flow": "REDIRECT",
"country": "PK",
"created_date": "2023-01-27T20:52:05.000+0000",
"status": "PENDING",
"status_detail": "The payment is pending.",
"status_code": "100",
"order_id": "345453483kqw0",
"description": "Tshirt",
"notification_url": "http://merchantsite.com/notification/new",
"redirect_url": "https://pay.dlocal.com/gmf-apm/payments-continue/M-05150f5e-4523-gg54-9ecb-d77dce044f03"
}
HBL Konnect
Capabilities
HBL Konnect | |
---|---|
Max. expiration time supported | Same day |
Notification delay | Immediate |
Refunds | Yes |
Flow | REDIRECT |
UX Flow

The screenshots illustrate a generic HBL Konnect redirect flow.
Request parameters
Property | Type | Description | Mandatory? |
---|---|---|---|
amount | Number | Amount to be charged. | Yes |
currency | String | PKR Transaction currency in ISO 4217. | Yes |
country | String | PK Transaction country in ISO 3166. | Yes |
payment_method_id | String | HB ID of the selected payment method. | Yes |
payment_method_flow | String | REDIRECT | Yes |
payer.name | String | Name of the payer. | Yes |
payer.email | String | Email of the payer. | Yes |
payer.document | Number | Document of the payer. | Yes |
payer.phone | Number | Phone number of the payer. | Yes |
order_id | Number | ID of the capture given by the merchant in their system. Think of it as an external ID of the capture. | No |
notification_url | String | Notifications will be sent in every change of status of a payment to the notification_url specified by the merchant. | No |
Examples
{
"amount": 150,
"currency": "PKR",
"country": "PK",
"payment_method_id": "HB",
"payment_method_flow": "REDIRECT",
"payer": {
"name": "#RANDOMNAME",
"email": "[email protected]",
"phone": "3097524704",
"document": "4210120289985",
"address": {
"country": "PK",
"state": "Sind",
"city": "Karachi",
"zip_code": "88058",
"street": "Main St.",
"number": "5940"
}
},
"order_id": "345453483kqw0",
"description": "Tshirt",
"notification_url": "http://merchantsite.com/notification/new",
"callback_url": "http://merchantsite.com/success_page"
}
{
"id": "R-4-78d54ff3-cc42-474d-3er5-57c232b91e87",
"amount": 150,
"currency": "PKR",
"payment_method_id": "HB",
"payment_method_type": "TICKET",
"payment_method_flow": "REDIRECT",
"country": "PK",
"created_date": "2023-02-17T19:47:22.000+0000",
"status": "PENDING",
"status_detail": "The payment is pending.",
"status_code": "100",
"order_id": "345453483kqw0",
"description": "Tshirt",
"notification_url": "http://merchantsite.com/notification/new",
"redirect_url": "https://pay.dlocal.com/gmf-apm/payments-continue/M-04edb60c-ggf4-4f1b-83b5-965e63e94ebe"
}
JazzCash
Capabilities
JazzCash | |
---|---|
Max. expiration time supported | Same day |
Notification delay | Immediate |
Refunds | Yes |
Flow | REDIRECT |
UX Flow

The screenshots illustrate a generic JazzCash redirect flow.
Request parameters
Property | Type | Description | Mandatory? |
---|---|---|---|
amount | Number | Amount to be charged. | Yes |
currency | String | PKR Transaction currency in ISO 4217. | Yes |
country | String | PK Transaction country in ISO 3166. | Yes |
payment_method_id | String | JK ID of the selected payment method. | Yes |
payment_method_flow | String | REDIRECT | Yes |
payer.name | String | Name of the payer. | Yes |
payer.email | String | Email of the payer. | Yes |
payer.document | Number | Document of the payer. | Yes |
payer.phone | Number | Phone number of the payer. | Yes |
order_id | Number | ID of the capture given by the merchant in their system. Think of it as an external ID of the capture. | No |
notification_url | String | Notifications will be sent in every change of status of a payment to the notification_url specified by the merchant. | No |
Examples
{
"amount": 150,
"currency": "PKR",
"country": "PK",
"payment_method_id": "JK",
"payment_method_flow": "REDIRECT",
"payer": {
"name": "Jane Doe",
"email": "[email protected]",
"phone": "3097524704",
"document": "1234567890123",
"address": {
"country": "PK",
"state": "Sind",
"city": "Karachi",
"zip_code": "88058",
"street": "Man St.",
"number": "5940"
}
},
"order_id": "345453483kqw0",
"description": "Tshirt",
"notification_url": "http://merchantsite.com/notification/new",
"callback_url": "http://merchantsite.com/success_page"
}
{
"id": "R-4-f493f4a2-428c-491a-h678-d8cdc72ff420",
"amount": 150,
"currency": "PKR",
"payment_method_id": "JK",
"payment_method_type": "TICKET",
"payment_method_flow": "REDIRECT",
"country": "PK",
"created_date": "2023-01-27T21:15:30.000+0000",
"status": "PENDING",
"status_detail": "The payment is pending.",
"status_code": "100",
"order_id": "345453483kqws0",
"description": "Tshirt",
"notification_url": "http://merchantsite.com/notification/new",
"redirect_url": "https://pay.dlocal.com/gmf-apm/payments-continue/M-f356193f-54rt-4ba1-9f77-d45ef5c11021"
}
Online Bank Transfer
Make payments through your bank, with a direct bank transfer in Pakistan.
Capabilities
Online Bank Transfer | |
---|---|
Max. expiration time supported | 120 seconds |
Notification delay | Immediate |
Refunds | Yes |
Flow | REDIRECT |
UX Flow

The screenshots illustrate a generic Online Bank Transfer redirect flow.
Request parameters
Property | Type | Description | Mandatory? |
---|---|---|---|
amount | Number | Amount to be charged. | Yes |
currency | String | PKR Transaction currency in ISO 4217. | Yes |
country | String | PK Transaction country in ISO 3166. | Yes |
payment_method_id | String | IO ID of the selected payment method. | Yes |
payment_method_flow | String | REDIRECT | Yes |
payer.name | String | Name of the payer. | Yes |
payer.email | String | Email of the payer. | Yes |
payer.document | Number | Document of the payer. | Yes |
order_id | Number | ID of the capture given by the merchant in their system. Think of it as an external ID of the capture. | No |
notification_url | String | Notifications will be sent in every change of status of a payment to the notification_url specified by the merchant. | No |
Examples
{
"amount": 150,
"currency": "PKR",
"country": "PK",
"payment_method_id": "IO",
"payment_method_flow": "REDIRECT",
"payer": {
"name": "Jane Doe",
"email": "[email protected]",
"phone": "3097524704",
"document": "1234567890123",
"address": {
"country": "PK",
"state": "Sind",
"city": "Karachi",
"zip_code": "88058",
"street": "Man St.",
"number": "5940"
}
},
"order_id": "345453483kqw0",
"description": "Tshirt",
"notification_url": "http://merchantsite.com/notification/new",
"callback_url": "http://merchantsite.com/success_page"
}
{
"id": "R-4-daa63cc5-3346-439f-980o-d85cab981551",
"amount": 150,
"currency": "PKR",
"payment_method_id": "IO",
"payment_method_type": "BANK_TRANSFER",
"payment_method_flow": "REDIRECT",
"country": "PK",
"created_date": "2023-03-10T13:21:57.000+0000",
"status": "PENDING",
"status_detail": "The payment is pending.",
"status_code": "100",
"order_id": "345453483kqw0",
"description": "Tshirt",
"notification_url": "http://merchantsite.com/notification/new",
"redirect_url": "https://pay.dlocal.com/gmf-apm/payments-continue/M-2a1a45e7-8765-457f-a605-3b129a409b8a"
}
Updated 4 months ago