Are you looking for test card numbers?

Would you like to contact support?

Default icon

Get reports using SFTP

Learn how to get Adyen reports using SSH File Transfer Protocol (SFTP).

Setting up your SFTP server access

Note that there is an automated way of getting reports. SFTP requires a higher degree of technical knowledge and further development resources.

Contact our Support Team with a request to create a SFTP directory where you can access your reports. You must have the Merchant admin user role to make this request. Include the following information in your request:

  • Your Customer Area company account.
  • Your source IP addresses: The IP addresses of the servers from which you will access the SFTP server. Make sure these are external IP addresses and not internal ones.
  • Your public SSH key: The length of your SSH key must be 2048 bits or 4096 bits.
  • Request for write access (Optional): You need write access to delete reports in your SFTP directory.

You will receive a response from Support when your SFTP server is configured and ready for you to access.

Connecting to the SFTP server

When you connect to the SFTP server, use the following information:

It is only possible to configure an SFTP connection for your live environment.

  • Host: sftp-live.adyen.com
  • Port: 5631
  • User: the user provided to you by Support. For example, sftpreport_123456@Company.YOUR_COMPANY_ACCOUNT.
  • Allowlist IP: 82.199.87.148.

Directory structure

Your SFTP connection is at the company level, and Adyen will create a subdirectory for each of your merchant accounts and sub-merchant accounts, if you have any.

Reports for company accounts are located in the root directory. Reports for merchant accounts and sub-merchant accounts are located in directories corresponding to their names. Reports in your SFTP directory sync with the reports generated in your Customer Area, unless you have write access and delete reports from your SFTP directory.

The following table shows the directory structure for different account levels:

Directory Structure
Company account directory /REPORT_NAME.csv.gz
Merchant account directory ./YOUR_COMPANY_ACCOUNT/YOUR_MERCHANT_ACCOUNT/REPORT_NAME.csv.gz
Sub-merchant account directory ./YOUR_COMPANY_NAME/YOUR_MERCHANT_NAME/YOUR_SUB_MERCHANT_NAME/REPORT_NAME.csv.gz

See also