🇵🇰Pakistan

Wallets

  • payout_method.type = wallet

  • payout_method.payment_method = bank_wallets

Example Wallet Payload

{
  "payout_method": {
    "type": "wallet",
    "payment_method": "bank_wallets",
    "beneficiary": {
      "name": "John Doe",
      "payout_method_details": {
        "account_name":"John Doe",
        "account_number": "PK36SCBL0000001123456702",
        "bank_code": "EASYPAISA",
        "national_id": "123456789012"
      }
    }
  },
  "amount": {
    "value": "1000",
    "currency_code": "PKR"
  },
  "country_code": "PK",
  "purpose": "revenue_share",
  "reference": "Invoice #12345",
  "request_id": "unique_request_id"
}

Bank Transfer

  • payout_method.type = bank_transfer

  • payout_method.payment_method = bank_transfer

Example Bank Transfer Payload

{
  "payout_method": {
    "type": "wallet",
    "payment_method": "bank_wallets",
    "beneficiary": {
      "name": "John Doe",
      "payout_method_details": {
        "account_name": "John Doe",
        "account_number": "PK36SCBL0000001123456702",
        "bank_code": "UBL",  
        "national_id": "1234567890123"  
      }
    }
  },
  "amount": {
    "value": 1000.00,
    "currency_code": "PKR"
  },
  "country_code": "PK",
  "purpose": "revenue_share",  
  "request_id": "unique_request_id"
}

Pakistan Bank Codes

Last updated