URL запроса: https://linepay.fun/api/v2/getWithdrawInfo
{
"success": true,
"data": {
"id": 107,
"amount": 10,
"amount_fee": "9.30",
"fee": 7,
"system": "card",
"status": "Paid" //(Created - создан, Paid - оплачен, Cancelled - отменен)
}
// Магазин не найден
{
"success": false,
"error": "Merchant not found"
}
// Магазин не активирован
{
"success": false,
"error": "Merchant not activated"
}
// Магазин заблокирован
{
"success": false,
"error": "Merchant is blocked"
}
// Магазин отключен
{
"success": false,
"error": "Merchant is disabled"
}
{
"success": false,
"error": "Withdraw not found"
}