Parse QR String

POST /api/v1/parseQr

Endpoint for Parsing QR string.

Please use environment variable Payment.

Body Params:

Request

Param
Type
Required
Explain

qrString

string

Yes

Order ID

country

string

Yes

QR Country

Response

Param
Type
Required
Explain

success

boolean

Yes

Status of the Parse QR Response

qrInfo

QRPayInfo

Yes

QR Information

timestamp

string

Yes

Time Stamp

QRPayInfo (type):

Param
Type
Required
Explain

isValid

boolean

Yes

Validity of the QR String

encodedString

string

Yes

QR String

country

string

Yes

QR Country

qrProvider

string

No

QR Provider

bankBin

string

No

Bank Bin Number

accountNumber

string

No

Account Number

amount

number

No

Amount Defined in QR

currency

string

No

Currency Defined in QR

purpose

string

No

Purpose of Transfer Defined in QR

nation

string

No

Nation

beneficiaryName

string

Yes

Beneficiary Name

detaiedQrInfo

any

Yes

Detailed Information

Last updated