KGSPhone (In/Out)
Transfer via bank card number.
| Country | Kyrgyzstan |
|---|---|
| Currency | KGS (Kyrgyzstani Som) |
| Method type | kgsphone |
| Direction | PayIn/PayOut |
| Integration type | Widget/H2H |
| Transfer type | Transfer via bank card number |
| Account number format | 16-digit bank card number |
| Limits | 1 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
}Updated 18 days ago
Did this page help you?
