qr_sepa: Generate a QR code for a SEPA payment

View source: R/qr_sepa.R

qr_sepaR Documentation

Generate a QR code for a SEPA payment

Description

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()

qrcode documentation built on Sept. 30, 2024, 9:37 a.m.