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