Skip to main content
Three queries return ready-to-share PDF documents for a spend account’s virtual account number. Each one is generated on demand, returned as a base64-encoded string, and is meant to be decoded and either rendered in your UI or offered as a download. All three:
  • Require the LIST_PAYMENT scope.
  • Take a userCashBalanceId identifying the spend account.
  • Take an optional virtualAccountNumberId. When omitted, the spend account’s primary VAN is used.
  • Return SpendAccountPdfDocument!.

Decoding the Response

These PDFs contain the full, unmasked routing and account number. Do not cache them, log them, or store them outside the user’s session. Regenerate on demand instead.

Payment Instructions

getSpendAccountPaymentInstructions produces a PDF containing the routing and account details needed to fund the virtual account number. Use it when a user needs to tell a customer, vendor, or their own outside bank where to send money.
API reference

Paycheck Deposit Form

getSpendAccountPaycheckDepositForm produces a pre-filled direct-deposit authorization form a user can submit to their employer’s payroll department. This is the intended path for routing all or part of a paycheck into a Fluz spend account.
Validation is enforced server-side. Sending depositType: FIXED without depositAmount, or depositType: PERCENTAGE without a depositPercentage between 1 and 100, returns an error. Validate in your UI before calling.
Variables
API reference

Account Status Letter

getSpendAccountStatusLetter produces a letter confirming the account exists and is in good standing — the equivalent of a bank letter. Set displayBalance to true to include the current balance on the letter; leave it off when the user only needs to prove the account exists.
balanceCheckDate takes a full RFC-3339 timestamp — a bare date such as "2026-07-01" is rejected. Only the day the timestamp falls on in US Eastern is used, so anchor it to Eastern: "2026-07-01T00:00:00Z" is 8pm Eastern on June 30 and reports June 30’s balance.
API reference

Choosing the Right Document


Want to learn more? Speak with our experts for more info or to request a demo.