qr_sepa | R Documentation |
Generate a QR code for a SEPA payment
qr_sepa(
iban,
beneficiary,
amount,
unstructured_reference = "",
bic = "",
purpose = "",
structured_reference = ""
)
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. |
Other qr:
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()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.