Export Invoices from PayPal to an FTP Server

Use this recipe to export invoices created in PayPal to an FTP server.

Note:

This recipe is available as PayPal — FTP | Export Invoices in the Integration Store. Oracle provides this recipe as a sample only. The recipe is meant only for guidance, and is not warranted to be error-free. No support is provided for this recipe.

Overview

This recipe exports invoices created in PayPal as JSON files to an FTP server, according to a schedule specified in Oracle Integration. Each JSON file contains data of a single invoice.

The recipe uses the standard PayPal Adapter and the FTP Adapter. To use the recipe, you must install the recipe and configure resources such as connections and lookups within the recipe. After you activate and run the integration, the integration uses a schedule parameter to filter out already exported invoices, fetches the latest invoices from PayPal, and writes them as JSON files to the specified location on the FTP server.

System and Access Requirements

  • Oracle Integration Version 21.2.1.0.0 (210129.2200.39462) or higher
  • An account on PayPal (REST API version 2)
  • A secure FTP (sFTP) server
  • An FTP client to access the sFTP server