On this page
No Headings
Last updated: July 6, 2026
PayPal delivers many reports to a secure file transfer protocol (SFTP) environment. SFTP reports give merchants and processing partners secure, automated access to detailed PayPal transaction data. You access online reports through the PayPal portal. In contrast, PayPal delivers SFTP reports directly to a designated server location on a scheduled basis, making them suitable for automated reconciliation pipelines and system-to-system integrations.
PayPal's SFTP server enables developers and analysts to set up and maintain integrations against PayPal SFTP reports. You can fetch processing results using any SFTP client or through the command line.
Reports are available in CSV format and cover a range of business needs, from dispute management and settlement reconciliation to recurring billing and revenue share tracking.
Before you can access SFTP reports, you must create an SFTP user account. Keep this information in mind as you set up your account:
For more information about communicating with the server after setup, see the PayPal Secure FTP Server Specification.
A user account on the Secure FTP Server has the /ppreports/outgoing
directory structure.
To grant access to third-party users, you must explicitly grant access to third parties by contacting their PayPal account manager and providing the following:
The third party is then notified by email that access to the business partner's Secure FTP Server has been granted.
You can download reports from PayPal's live or sandbox environment using command-line SFTP. The hostname of the Secure FTP Server is reports.paypal.com.
Open a Terminal window and connect to the reporting server:
sftp <sftp_account_username>@reports.sandbox.paypal.comsftp <sftp_account_username>@reports.paypal.comEnter your SFTP account password.
Navigate to your outgoing reports directory.
cd ppreports/outgoingList the available report files.
lsYou should see a list of report filenames in the ppreports/outgoing directory. If no files are listed, no reports have been generated yet for your account.
Download a report file.
get <filename>In this example, replace <filename> with the actual name of the report file that you want to download. The file downloads to your current local working directory. To confirm the download succeeded, check that the file exists locally and that its size is greater than zero bytes.
Log off the reporting server.
exitFor instructions on retrieving reports using a GUI-based SFTP client such as WinSCP, see How do I access the SFTP server and retrieve my reports?
If you have trouble connecting to the SFTP server or downloading reports, review the following common issues and fixes for SFTP connections.
Symptom: The SFTP connection attempt times out or is refused immediately.
Fixes:
reports.paypal.com for livereports.sandbox.paypal.com for sandboxSymptom: The server rejects your username or password.
Fixes:
Symptom: The ppreports/outgoing directory is empty.
Fixes:
Symptom: You cannot find the Secure FTP item in your Account Settings, or you receive an error that indicates that your account is not enabled for report access.
Fix: Contact PayPal support to enable your account for report access. Account creation can take up to 48 hours after enablement is confirmed.
For more information about PayPal reports, see the following related content: