On this page
No Headings
Last updated: June 30, 2026
PayPal can deliver reports to a secure file transfer protocol (SFTP) environment, giving you automated access to detailed transaction data. Unlike reports accessed manually through the PayPal portal, SFTP reports are generated on a schedule and delivered to a designated server location, making them ideal for reconciliation pipelines and system integrations.
You can retrieve reports using the command line or any SFTP client, such as WinSCP, Cyberduck, or FileZilla.
Reports are available in CSV format and support a range of business needs, including dispute management, settlement reconciliation, recurring billing, and revenue share tracking.
Before accessing SFTP reports, complete the following steps:
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 your PayPal account manager and providing the following information:
PayPal then notifies the third party by email that they have been granted access to their business partner's Secure FTP Server for PayPal reports.
You can download reports from PayPal's live or sandbox environment using the command line. 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>Replace <filename> with the report file name. The file downloads to your current local working directory. Confirm the download by verifying the file exists locally and that its size is greater than zero bytes.
Exit the session.
exitFor instructions for 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 encounter issues connecting to the SFTP server or retrieving reports, review the following:
Symptom: The SFTP connection attempt times out or is refused immediately.
Solutions:
reports.paypal.com for livereports.sandbox.paypal.com for sandboxSymptom: The server rejects your username or password.
Solutions:
Symptom: The ppreports/outgoing directory is empty.
Solutions:
Symptom: You cannot find the Secure FTP item in your Account Settings, or you receive an error indicating your account is not enabled for report access.
Solution: Contact PayPal support to enable your account for report access. Account creation can take up to 48 hours after enablement is confirmed. If your account has been enabled but you still can't find the Secure FTP item in your account settings, go to Secure SFTP Server Users directly.
For more information about PayPal reports, see the following related content: