REST API

Downloading a Secure File

To download a file, the request format is:
GET https://<url_prefix>v1/files/{fileId} ?organizationID={organizationID}
Summary Report Definition URL Values
Value
Description
<url_prefix>
Name of the server from which to download the report. Use one of these values:
  • Production
    : api.cybersource.com
  • Production in India
    : api.in.cybersource.com
  • Test
    : apitest.cybersource.com
<fileId>
ID of the file you want to download. This value is returned in the response for available files.
<organizationID>
The organization ID under which the report is subscribed. This can be the merchant ID, account ID, or reseller ID.