✔️Check

Page description

To check the details and receive SMS, please send a GET request to the following endpoint: https://{url}.finipay.kg/api/v1.1.0/mega/check.

POST https://{url}.finipay.kg/api/v1.1.0/mega/check

Request Body

Name
Type
Description

orderNumber*

String

Unique payment ID

user*

String

User's phone number Megapay. Test number - 996555002108

account*

String

Requisite.

To facilitate the development , the following requisites were created: 1 – the answer is always SUCCESS, 3 – the answer is always ERROR

amount*

BigDecimal

Sum

Take into consideration

Minimal amount for paymemts via Cards/Mbank - 1 KGS

Minimal amount for Megapay - 5 KGS

{
    "code": "110",
    "message": "CREATED",
    "data": {
        "commission": 20.00,
        "amount": 10,
        "dealer_commission": 0,
        "payment_confirmation": true,
        "bank_card_commission": 0,
        "sms_lifetime": 180,
        "is_virtual": false
    }
}

Last updated