🇵🇰Pakistan
Check the requirements and validations made over the Cashouts in Pakistan
Required fields
Field
Format
Description
login
String
Cashouts login
pass
String
Cashouts pass
external_id
String (max length: 100)
Transaction's ID on your end
amount
Number with up to 2 decimals
Cashout amount
beneficiary_name
String (max length: 100)
Beneficiary's name
beneficiary_lastname
String (max length: 100)
Beneficiary's last name
String
beneficiary email
phone
String
Beneficiary phone number
Bank Account Validations
Bank name
Bank code
Format
Example
All
-
Numeric
123456789, 9283749293
Document Validations
Click here to check document types and validations.
Example Request
{
"login": "xxxxxxx",
"pass": "xxxxxxx",
"external_id": "12300000001",
"document_id": "8738394738785",
"document_type": "CNIC",
"beneficiary_name": "John",
"beneficiary_lastname": "Doe",
"phone": "+92 312 3456026",
"email": "[email protected]",
"country": "PK",
"amount": 5000,
"currency": "PKR",
"bank_code": "001",
"bank_account": "16800026081",
"notification_url": "https://webhook.site/url",
"type": "json"
}
Bank Codes
Bank
Code
Jazzcash
001
Easypaisa
002
Last updated
Was this helpful?