Pakistan 🇵🇰

Similar to the Indian corridor, payouts to Pakistan (PKR) operate under a high-compliance framework.

Metadata requirements

ElementDescription
currencyCodeSet to PKR for Pakistani Rupee transfers.
paymentMethodTypeThe routing rail. Must be set to Transfer.
paymentMethodValueThis is the specific code of the beneficiary bank. This can be retrieved from bank codes endpoint (Beneficiary Bank Codes)
amountValue to send (Minimum: 1.00).
tenantReferenceYour unique transaction tracking ID.
beneficiaryCountryIsoThe ISO 2-letter country code for Pakistan.

{
  "currencyCode": "PKR",
  "remittersInfo": {
    "remitterAddress": "string",
    "remitterCountryIso": "PK",
    "remitterDateOfBirth": "1981-01-01",
    "remitterFirstName": "string",
    "remitterLastName": "string",
    "remitterID": "string",
    "remitterIDType": "string",
    "remitterIDIssueDate": "1992-01-01",
    "remitterIDExpiryDate": "2002-01-01",
    "remitterPhoneNumber": null
  },
  "beneficiaryAccountName": "Demo Account",
  "beneficiaryAccountNumber": "0092102010088604",
  "beneficiaryContactNo": null,
  "beneficiaryPIN": null,
  "amount": 160,
  "narration": "Single Payout PKR example",
  "paymentMethodType": "Transfer",
  "paymentMethodValue": "MIB",
  "tenantReference": "{{$randomUUID}}",
  "beneficiaryAddress": "example address",
  "beneficiaryFirstName": "string",
  "beneficiaryLastName": "string",
  "beneficiaryCity": null,
  "beneficiaryState": null,
  "beneficiaryZIP": null,
  "beneficiaryCountryIso": "PK"
}


Did this page help you?