KGSPhone (In/Out)

Transfer via bank card number.

CountryKyrgyzstan
CurrencyKGS (Kyrgyzstani Som)
Method typekgsphone
DirectionPayIn/PayOut
Integration typeWidget/H2H
Transfer typeTransfer via bank card number
Account number format16-digit bank card number
Limits1 500 - 1 000 000 KGS

PayIn request

Integration type: Widget/H2H
HTTP Method: POST
Endpoint: /deals/payin

{
  "amount": 2000,                // Payment amount, at least 1500 KGS
  "currency": "KGS",             // Currency
  "invoiceId": "invoiceId",      // Unique invoice identifier on the merchant side
  "type": "kgsphone",            // Method type
  "successUrl": "Google",        // Optional (widget): URL for redirect on successful payment
  "failUrl": "Google ",          // Optional (widget): URL for redirect on failed payment
  "backUrl": "Google ",          // Optional (widget): URL for return without completing payment
  "lang": "RU"                   // Optional (widget): localization RU
}

Payout request

Integration type: Widget/H2H
HTTP Method: POST
Endpoint: /deals/payout

{
    "amount": 5,                                    // Payment amount               
    "currencyTo": "KGS",                            // Currency
    "recipient": {                                  // Recipient information 
        "account_number": "1223456789",             // Mobile number linked to recipient's account   
        "account_owner": "account_owner_name",      // Recipient's full name (account holder)
        "account_bank_id": "account_bank_id",       // Recipient's bank account ID
        "type": "phone"                             // Recipient account type
    }
    "type" : "kgsphone"                             // Method type
}

API Documentation


Did this page help you?