v1

latestOpenAPI 3.0.12026-07-24128351404.9 KB
Common

Parse QR content

Parses raw QR payload content and returns a normalized representation of the payment data. Optional customer and fiat currency inputs can be supplied to apply country- or channel-specific parsing rules.

post/open-api/v3/scan2pay/common/qr/parse

Request body

qrContentstring

Raw QR payload content

customerIdstring

Optional numeric string representing a 64-bit Interlace customer identifier used to apply customer-specific parsing rules

fiatCurrencystring

Optional transaction currency (ISO 4217) used to assist QR parsing

Example request

{
  "qrContent": "00020101021138560010A0000007270126000697040701128888123456780208QRIBFTTA53037045802VN63042249",
  "customerId": "1986466477083709441",
  "fiatCurrency": "VND"
}

Response

Successful operation