Skip to main content
GET
Get a refund voucher URL
v1 · Base URL https://api.fintoc.com/v1
Voucher URL storage migrationStarting May 4, 2026, the voucher endpoint returns a Google Cloud Storage presigned URL in the url field instead of an Amazon S3 URL. The API behavior and contract remain unchanged.

Authorizations

Authorization
string
header
required

Path Parameters

id
string
required

The id of the refund whose voucher you want to retrieve.

Response

Presigned URL to download the PDF voucher. The URL expires 5 minutes after it is generated.

url
string | null
required

Presigned URL to download the PDF voucher of the refund. The URL expires 5 minutes after it is generated.

Example:

"https://storage.googleapis.com/fintoc-vouchers/refunds/ref_8XzNbCv1LqKjWp4R/voucher.pdf"