Hi.
Universal Payment Order (UPN) is a unified form used for all payments. It replaces the special money order and payment order.
For UPN there is a standard of 11 numbers for the amount. The zero amount should be 00000000000 (11 zeros)
The amount should be multiplied by 100 and add the leading zeros to match 11 numbers
An example for 5790,20 €
5790,20 * 100 = 579020
add leading zeros
00000579020
00000579020 is the value we need to feed the QR generator. 579020 (no leading zeros) works too using my bank QR reader (I don’t know for the others), but according to UPC specifications, there should always be 11 numbers.
Can we please please get $amount_upn variable in order to make QR work?
Thank you