Skip to content

Thunder SolutionDeveloper API

API ตรวจสอบสลิปโอนเงินธนาคารไทย

Thunder Solution

เริ่มต้นใช้งาน

bash
curl -X POST https://api.thunder.in.th/v2/verify/bank \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"payload": "00020101021230..."}'

Response:

json
{
  "success": true,
  "data": {
    "transRef": "68370160657749I376388B35",
    "amount": { "amount": 1000.00 },
    "sender": {
      "bank": { "short": "KBANK" },
      "account": { "name": { "th": "นาย ทดสอบ" } }
    },
    "receiver": {
      "bank": { "short": "SCB" },
      "account": { "name": { "th": "นาย รับเงิน" } }
    }
  }
}

Base URL

เวอร์ชันURLสถานะ
v2https://api.thunder.in.th/v2ปัจจุบัน
v1https://developer.thunder.in.th/api/v1Legacy

แนะนำ

ใช้ API v2 สำหรับโปรเจกต์ใหม่ มี Error Handling ที่ดีกว่าและมีฟีเจอร์จับคู่บัญชี

รับ API Key

สมัครที่ developer.thunder.in.th เพื่อรับ API Key

Bank Slip Verification API for Thai Banking