KGSPhone

Transfer via phone number.

PayIn request

{
  "amount": 2000,
  "currency": "KGS",
  "invoiceId": "invoiceId",
  "type": "kgsphone", 
  "successUrl": "Google",
  "failUrl": "Google ",
  "backUrl": "Google ",
  "lang": "RU" 
}

PayOut request

{
    "amount": 5,
    "currencyTo": "KGS",
    "recipient": {
        "account_number": "123456789",
        "account_owner": "account_owner_name",
        "account_bank_id": "account_bank_id",
        "type": "phone"
    }
    "type" : "kgsphone"
}