POST
/
v1
/
invoices
/
qrcode
{
  "qr_info": {
    "iban": "<string>",
    "creditor": {
      "name": "<string>",
      "address": "<string>",
      "zip": "<string>",
      "city": "<string>",
      "country": "<string>"
    },
    "amount": 123,
    "currency": "<string>",
    "reference": "<string>",
    "message": "<string>"
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
base64_file
string
required

Base64 encoded image/PDF containing QR code

Example:

"JVBERi0xLjcKCjEgMCBvYmogICUgZW50..."

options
object

Response

200
application/json
QR code content
qr_info
object