WooshPay OpenAPI
Product DocumentAPI ReferenceJS SDK ReferenceSaaS Platform Integration
Product DocumentAPI ReferenceJS SDK ReferenceSaaS Platform Integration
Back to WooshPay Website
  1. Payouts
  • Online payments
    • Quick Start
    • Integration Overview
    • Wooshpay JS SDK
    • Wooshpay Checkout
    • Wooshpay Direct API
    • Payment Link
    • Authorize and capture
    • Build subscriptions integration
    • Testing cards
  • After the payment
    • Webhook
    • Check the webhook signatures
    • 校验webhook签名
  • Add more payment methods
    • Supported payment method
    • Cards
    • Wallets
      • Alipay
      • Alipay HK
      • Apple Pay
      • Google Pay
      • Wechat Pay
      • 微信支付
      • Kakao Pay
      • DANA
      • Boost
      • Grabpay
      • Mcash
      • Touch'n Go
      • ShopeePay
      • UnionPay
      • 9Pay
      • OVO
      • GCash
      • TrueMoney
      • MoMo
      • Zalopay
      • VNPT Wallet
    • Bank Redirects
      • Bancontact
      • BPI
      • Trustly
      • EPS
      • Giropay
      • iDEAL
      • Przelewy24
      • FPX
    • Buy Now Pay Later
      • Klarna
    • Bank Debits
      • Sepa Direct Debit
    • Bank Transfer
      • Bank Transfer in Europe
      • Bank Transfer in United Kingdom
      • Bank Transfer in Indonesia
      • Bank Transfer in Nigeria
      • Bank Transfer in South Africa
      • Bank transfer in Vietnam
    • QR Payments
      • QRIS
      • PromptPay
    • Real-time Payments
      • PIX
      • PayNow
      • UPI
      • SPEI
    • Mobile Money
      • Mobile Money - Multi-Country Integration Guide
  • More payment scenarios
    • Save a customer's payment method when they use it for a payment
      • Save payment details during payment with Direct API
      • Save payment method during payment with Drop-in
    • Save a customer's payment method without making a payment
      • Save a payment method with Wooshpay Checkout
      • Save a payment method with Drop-in
      • Save a payment method with Direct API
  • SaaS platform integration
    • Shopify Plugin
    • WooCommerce
    • Shoplazza 店匠
    • Shopastro 星盘
    • Shopline Plugin
    • Sage Connection
  • Payouts
    • Overview
    • Cameroon
    • Europe
    • Ghana
    • Kenya
    • Nigeria
    • Philippines
    • Rwanda
    • South Africa
    • Tanzania
    • Uganda
    • United Kindom
    • United States of America
    • Monitor your payout results
    • Pakistan
  • Resources
    • Supported currencies
  1. Payouts

Pakistan

Supported Payment Methods
Payment MethodSupported CurrenciesMax daily amount
Mobile moneyPKR25,000.00 PKR

Mobile money#

Request Example:#

The following example shows the minimum parameter set. For parameter details, refer to:Create a Payout

javazzcash:#

{
    "payment_amount": 1000,
    "payment_currency": "PKR",
    "source_currency": "PKR",
    "beneficiary_data": {
        "nickname": "test1",
        "destination_data": {
            "destination_type": "jazzcash",
            "jazzcash": {
                "account_number": "03079770870",
                "name": "John Doe",
                "phone_number": "923000000000",
                "email": "test@simpaisa.com",
                "dob": "1989-12-19",
                "gender": "MALE"
            }
        }
    }
}

Easypaisa:#

{
    "payment_amount": 1100,
    "payment_currency": "PKR",
    "source_currency": "PKR",
    "beneficiary_data": {
        "nickname": "test1",
        "destination_data": {
            "destination_type": "easypaisa",
            "easypaisa": {
                "account_number": "03331310876",
                "name": "John Doe",
                "phone_number": "923000000000",
                "email": "test@simpaisa.com",
                "dob": "1989-12-19",
                "gender": "MALE",
                 "certificate": {
                    "certificate_type":"cnic",
                    "certificate_number":"9105160596211"
            }
        }
    }
}
Modified at 2025-10-22 10:56:58
Previous
Monitor your payout results
Next
Supported currencies
Built with