v1

latestOpenAPI 3.0.3Bity2026-08-06148380.1 KB
Other

Read payment information

This endpoint reads payment information from the document contained in the request body.

The following documents are currencly supported:

  • Content of QR code found in QR bills
post/read_payment_information

Response

Payment information

amountstring

Decimal number. Output amount of the exchange; amount to be received by the output object.

The output amount is all inclusive. Costs and fees are included.

bic_swiftstring
currencystring
ibanstring
qr_referencestring

QR Bill reference (QR reference)

referencestring
structured_creditor_referencestring

Structured creditor reference (ISO 11649).

type'bank_account' required

Example response

{
  "currency": "BTC",
  "owner": {
    "country": "CH"
  },
  "ultimate_debtor": {
    "country": "CH"
  }
}