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 compressed and encoded in base64 format. To retrieve the image, follow these steps:
-
Decode the
base64
string into a byte array. -
Decompress the byte array.