⚡
Fast Verification
Verify Thai bank slips in milliseconds. 99.9% uptime guaranteed.
curl -X POST https://api.easyslip.com/v2/verify/bank \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"payload": "00020101021230..."}'Response:
{
"success": true,
"data": {
"transRef": "68370160657749I376388B35",
"amount": { "amount": 1000.00 },
"sender": {
"bank": { "short": "KBANK" },
"account": { "name": { "th": "นาย ทดสอบ" } }
},
"receiver": {
"bank": { "short": "SCB" },
"account": { "name": { "th": "นาย รับเงิน" } }
}
}
}| Version | URL | Status |
|---|---|---|
| v2 | https://api.easyslip.com/v2 | Current |
| v1 | https://developer.easyslip.com/api/v1 | Legacy |
TIP
Use API v2 for new projects. It has better error handling and account matching features.
Sign up at developer.easyslip.com to get your API key.