> ## Documentation Index
> Fetch the complete documentation index at: https://docs.fluz.app/llms.txt
> Use this file to discover all available pages before exploring further.

# SpendAccountPdfDocument

> A PDF artifact containing ACH routing and account instructions for funding a spend account's virtual account number, returned as a base64-encoded string for the client to decode and render or download.

**Object**

A PDF artifact containing ACH routing and account instructions for funding a spend account's
virtual account number, returned as a base64-encoded string for the client to decode and
render or download.

## Fields

<ResponseField name="pdfBase64" type="String!">
  Base64-encoded contents of the payment instructions PDF.
</ResponseField>

<ResponseField name="fileName" type="String!">
  Suggested file name for the PDF, e.g. when saving or downloading it on the client.
</ResponseField>
