Payment Info

The payment info section displays bank details, payment links, and additional notes.

paymentInfo {
    bankName("First National Bank")
    accountNumber("9876543210")
    routingNumber("021000021")
    paymentLink("https://pay.example.com/inv-001")
    notes("Wire transfers preferred for amounts over $1,000.")
}

Builder Reference

PaymentInfoBuilder

Method Description
bankName(value) Bank or financial institution name
accountNumber(value) Account number
routingNumber(value) Routing/sort code
paymentLink(value) Online payment URL
qrCodeData(value) QR code payload (renderer-dependent)
notes(value) Additional payment instructions

Back to top

Copyright © 2026 Christopher Jenkins. Licensed under Apache 2.0.