Skip to main content
POST
/
v1
/
merchants
/
qr
Resolve a merchant QR poster
curl --request POST \
  --url https://api.swippee.com/v1/merchants/qr \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: multipart/form-data' \
  --form file='@example-file'
{
  "data": {
    "found": true,
    "terminal": "<string>",
    "resolution": {
      "merchant": "Example Cafe",
      "mcc": "5814",
      "category": "dining",
      "city": "Kathmandu",
      "terminal": "2222000000000000"
    }
  }
}

Authorizations

Authorization
string
header
required

Your API key from the dashboard, sent as Authorization: Bearer swippee_sk_live_....

Body

multipart/form-data
file
file
required

A Fonepay QR poster: PDF, JPEG, or PNG.

Response

Resolved merchant

data
object