About This Recipe

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