The Voucher object
AVoucher 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.
Voucher Object
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
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. |
url field returned by the 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.Was this page helpful?