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

Response

200
application/json

QR code content

The response is of type object.