JazzCash

Transfer via phone number (9 digits).


Payment method for Pakistan. Transfer via phone number.

PayIn request

{
  "amount": 200,
  "currency": "PKR",
  "invoiceId": "invoiceId",
  "type": "jazzcash", 
  "successUrl": "Google ",
  "failUrl": "Google ",
  "backUrl": "Google ",
  "lang": "UR"

PayOut request

{
    "amount": 7,
    "currencyTo": "PKR",
    "clientId": "clientId",
    "recipient": {
        "account_owner": "account_owner",
        "account_number": "123456789012",
        "type":"phone"
    },
    "type": "jazzcash"
}