Custom exports
Custom exports give you a live view of every tailored data export configured for your account — where your data is going, how often it runs, and whether credentials need attention.
Merchants can view export configurations but cannot create or edit exports. All custom export setup and scheduling is managed by the Recurly team. To request a new export, modify an existing one, or troubleshoot an error, contact [email protected].
Key benefits
Access custom exports
The Custom Exports page shows configuration and status only. Files are delivered to your configured destination — AWS S3, Google Drive, or SFTP. Depending on your export target, you may need to update your secret key and verify the connection before files can be received.
Reading the exports table
Each row in the table represents a single export configuration.
| Column | Description |
| Name | A unique identifier for the export, typically describing the report type and destination. |
| Target | The type of destination system — AWS S3, Google Drive, or SFTP. |
| Bucket / URL / Folder ID | The specific destination where exported files are delivered: an S3 bucket name, a Google Drive folder ID, or an SFTP host path. |
| Path prefix | The sub-path or folder within the destination where files are stored. |
| Timezone | The timezone used to schedule the export. |
| Frequency | How often the export runs, including day and time. Common values: Daily, or Custom (e.g., 15th and 30th of each month). |
| ⋯ Update Secret / Verify | For AWS S3 and SFTP targets, credentials must be updated and the share verified before additional exports can be received. |
Update export credentials
SFTP exports
| Field | Description |
| User * | The SFTP username used to authenticate with the server. |
| Known hosts * | The host key fingerprint for your SFTP server. Used to verify the server's identity and prevent man-in-the-middle attacks. |
| Port * | The port your SFTP server listens on (commonly 22). |
| Authentication method * | Select Password to authenticate with a username and password, or Private Key to use an SSH key pair. |
| Password * | Your SFTP password. Shown only when Authentication Method is set to Password. Click Show to reveal the field while entering. |
| Private key * | Your SSH private key. Shown only when Authentication Method is set to Private Key. |
AWS S3 exports
| Field | Description |
| Access Key ID * | The AWS IAM Access Key ID for the IAM user or role that has write access to the target S3 bucket. |
| Secret Access Key * | The AWS IAM Secret Access Key paired with the Access Key ID above. Click Show to reveal the field while entering. |
| Region * | The AWS region where your S3 bucket is hosted (e.g., us-east-1, eu-west-2). |
Verify a share
After updating credentials, or when an export prompts you to verify, use Verify Share to confirm Recurly can successfully reach your destination.
Submit
Click Verify to submit. If you don't have a Verification Value, contact Recurly Support at [email protected] or through the Help menu in your Admin UI — include the export name and your account code.
If verification succeeds, the export status updates and the export resumes on its next scheduled run. If verification fails, double-check that credentials were saved correctly via Update Secret, and that the destination path exists and is accessible. A successful verification does not immediately trigger a file delivery — it confirms the connection is healthy for the next scheduled run.
Updated about 1 hour ago