powered by
Generate a QR code for a SEPA payment
qr_sepa( iban, beneficiary, amount, unstructured_reference = "", bic = "", purpose = "", structured_reference = "" )
the IBAN of the beneficiary.
the name of the beneficiary.
the amount to transfer. Must be in EUR.
the unstructured reference. The unstructured reference is a string of maximum 140 characters.
the BIC of the beneficiary.
the purpose of the payment.
the structured reference.
Other qr: coordinates(), generate_svg(), plot.qr_code(), print.qr_code(), qr_code(), qr_event(), qr_location(), qr_wifi()
coordinates()
generate_svg()
plot.qr_code()
print.qr_code()
qr_code()
qr_event()
qr_location()
qr_wifi()
qr_sepa( iban = "GB33BUKB20201555555555", beneficiary = "John Doe", amount = 100, unstructured_reference = "Test payment" ) |> plot()
Run the code above in your browser using DataLab