Generate a time-limited presigned URL to download the statement in CSV (default) or PDF, chosen via the format query parameter. The statement must be in COMPLETED status. The PDF is generated on a best-effort basis; if a PDF is not available for the statement the request is rejected, so fall back to CSV.
Request
Path Params
Query Params
Header Params
Request Code Samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request POST '/customers/v1/wallet-statements//presigned-url?format=undefined' \
--header'Authorization: Bearer {{access_token}}'