/api/reseller/check-recipientДля stars/premium/gift проверяется Telegram-юзернейм, для steam — логин аккаунта. Для neural, game и apple получателя нет — запрос вернёт 400 с error_code: no_recipient.
curl https://hexpay.live/api/reseller/check-recipient \
-H "Authorization: Bearer <YOUR_API_KEY>"{
"success": true,
"valid": true,
"status": "ok"
}Header Authorization: Bearer <key> on every request. The key is issued in the cabinet and shown once. It spends your deposit: keep it on the server.
productrequiredusernamerequiredsuccessbooleanoptionalvalidbooleanoptionalstatusstringoptionaloknot_foundpremium_already400—401—curl https://hexpay.live/api/reseller/check-recipient \
-H "Authorization: Bearer <YOUR_API_KEY>"{
"success": true,
"valid": true,
"status": "ok"
}