SlipMate Open API
  1. Slip Verification API
SlipMate Open API
  • Getting Started
  • Authentication
  • Common Specification
  • List of Banks in Thailand
  • Slip Verification API
    • verify by QR Data
      POST
    • verify by Base64 Image
      POST
    • verify by Upload File
      POST
    • verify by Image URL
      POST
    • verify by Transaction Reference
      POST
  1. Slip Verification API

verify by QR Data

POST
https://api.slipmate.ai/open-api/v1/verify
Maintainer:Not configured

Request

Header Params

Body Params application/json

Example
{
    "qrData": "string",
    "allowDuplicate": false
}

Request Code Samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.slipmate.ai/open-api/v1/verify' \
--header 'X-API-KEY: ' \
--header 'Content-Type: application/json' \
--data-raw '{
    "qrData": "string",
    "allowDuplicate": false
}'

Responses

ðŸŸĒ200Success
application/json
Body

Examples
{
    "language": "TH",
    "transRef": "010092101507665143",
    "sendingBank": "004",
    "sendingBankName": "āļ˜āļ™āļēāļ„āļēāļĢāļāļŠāļīāļāļĢāđ„āļ—āļĒ",
    "sendingBankLogo": "https://assets.slipmate.ai/public/banks-logo/KBANK.png",
    "receivingBank": "004",
    "receivingBankName": "āļ˜āļ™āļēāļ„āļēāļĢāļāļŠāļīāļāļĢāđ„āļ—āļĒ",
    "receivingBankLogo": "https://assets.slipmate.ai/public/banks-logo/KBANK.png",
    "transDate": "20200401",
    "transTime": "10:15:07",
    "transDateTime": "2020-04-01T10:15:07+07:00",
    "sender": {
        "displayName": "āļ™āļēāļĒ āļ˜āļ™āļēāļ„āļēāļĢ āļ",
        "name": "Mr. Thanakarn K",
        "proxy": {
            "type": null,
            "value": null
        },
        "account": {
            "type": "BANKAC",
            "value": "xxx-x-x0209-x"
        }
    },
    "receiver": {
        "displayName": "āļāļŠāļīāļāļĢ āļĢ",
        "name": "KASIKORN R",
        "proxy": {
            "type": "",
            "value": ""
        },
        "account": {
            "type": "BANKAC",
            "value": "xxx-x-x3109-x"
        }
    },
    "amount": 1,
    "paidLocalAmount": 1,
    "paidLocalCurrency": "764",
    "countryCode": "TH",
    "transFeeAmount": 0,
    "ref1": "",
    "ref2": "",
    "ref3": "",
    "toMerchantId": ""
}
🟠400Invalid Slip
Modified at 2025-07-21 17:12:00
Previous
List of Banks in Thailand
Next
verify by Base64 Image
Built with