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

# Voucher object

## The Voucher object

A `Voucher` represents the downloadable proof of a completed payment, exposed as a pre-signed URL to the stored document. It is returned when you request the voucher for a payment intent.

```json Voucher Object theme={null}
{
    "url": "https://presigned-url"
}
```

| Attribute | Type             | Description    |
| :-------- | :--------------- | :------------- |
| `url`     | `string`, `null` | Pre-signed URL |

<br />

<Warning>
  **Voucher URL storage migration**

  Starting **May 4, 2026**, the `url` field returned by voucher endpoint will be a presigned URL served from Google Cloud Storage instead of Amazon S3. There are no changes to the API behavior or contract.
</Warning>
