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
&lt;url_prefix&gt;
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
&lt;fileId&gt;
ID of the file you want to download. This value is returned in the response for available files.
&lt;organizationID&gt;
The organization ID under which the report is subscribed. This can be the merchant ID, account ID, or reseller ID.