Decoding QR Code and Barcode Images
Certain payment methods necessitate the use of a QR code or barcode image by the payer. These images are zipped and encoded in base64 format. To retrieve the image, follow these steps:
-
Decode the
base64string into a byte array. -
Unzip the byte array.