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.
{
"url": "https://presigned-url"
}| Attribute | Type | Description |
|---|---|---|
url | string, null | Pre-signed URL |
Voucher URL storage migrationStarting May 4, 2026, the
urlfield 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.