O!Dengi

Transfer via phone number (8 digits).

PayIn request

{
  "amount": 123,
  "currency": "KGS",
  "invoiceId": "invoiceId",
  "clientId": "clientId",
  "type": "odengi",
  "lang": "RU" 
}

PayOut request

{
    "amount":10,
    "currencyTo": "KGS",
    "clientId": "clientId",
    "recipient": {
        "account_number": "12345678901", 
        "account_owner": "account_ownerID",
        "type": "phone"
    },
    "type": "odengi"
}