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.

{
    "url": "https://presigned-url"
}
AttributeTypeDescription
urlstring, nullPre-signed URL
🚧

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.