আপনার API Key
📋 API URL ফরম্যাট
https://yourdomain.com/?api=1&key=YOUR_KEY&action=add&tnxid=TXN_ID_HERE
api=1 → API সক্রিয় করে
key → আপনার গোপন API Key
action=add → টাকা যোগ করা (receive check)
tnxid → Transaction ID যাচাই করতে
📤 সফল Response উদাহরণ
{
"status": "success",
"tnxid": "GKDRJIDRGH",
"amount": 500.00,
"type": "credit",
"sender": "01XXXXXXXXX",
"time": "2025-01-01 10:30"
}