UnsupportedScheme 422

When does this happen?

The QR code was parsed successfully, but it uses a payment scheme that Borderli doesn't currently support.

Example response

{
  "_tag": "UnsupportedScheme",
  "type": "UnsupportedScheme",
  "message": "Scheme 'sinpe' is not supported",
  "scheme": "sinpe",
  "docs_url": "https://docs.borderli.dev/errors/UnsupportedScheme"
}

What to do

Check Supported Schemes for the list of supported schemes. The scheme field in the error tells you which scheme was detected.

← Back to Error Handling