bvstone

Creating Your First GreenTools for PayPal (G4PP) Invoicing Application Using G4PPINV Addon

Posted:

Creating Your First GreenTools for PayPal (G4PP) Invoicing Application Using G4PPINV Addon

The Invoicing Addon for G4PP (G4PPINV) allows you to interact with PayPal's RESTful web apis using OAuth 2.0 authentication.  This article will take you through the steps for creating your first G4PPINV application.

Step 1: Follow PayPal's instructions to generate a sandbox account, set up an app, and get your client authentication information

With this first step you can go to https://developer.paypal.com/docs/integration/direct/make-your-first-call/ and get more details.  Basically what you are doing is setting up an account that you can test and work with in PayPal's "Sandbox" where no real invoices, emails, etc will be sent.

When creating the App, I suggest naming it GreenTools for PayPal (G4PP) as this is the app we will be using.  

Step 2: Register The Invoicing PayPal App With the Sandbox Account.

After you have installed G4PP (and applied temporary keys for G4PPINV and GETURI if needed) you use the G4PPREGSVC command to register the invoicing service to your PayPal Sandbox account id.  The command should look something like this:

G4PPREGSVC ACCOUNT('youraccount-facilitator@bvstools.com')
CLIENTID(YOUR_CLIENT_ID)
SECRET(YOUR_CLIENT_SECRET)
SANDBOX(*YES)
                                               

There is no extra screen to go to.  After this is done you should have completed the registration and the G4PP system will have received an OAuth 2.0 access token (as well as other information).  Refreshing of the access token is done automatically when using the functions within the G4PP addons (such as G4PPINV).

Step 3: Test Using the Test Program Included in the G4PP Library in Source Physical File QRPGLESRC

A sample program named G4PPINVT1 can be found in the G4PP library in source physical file QRPGLESRC.  Take your time and go though this program to get acquainted with all of the functions and options available with the G4PPINV addon.  There are a LOT of them.  And don't forget to change the account ID used in the program to your new ID created in step 1.

Once done and things work successfully, you should be able to log into your PayPal Sandbox account at www.sandbox.paypal.com and view the invoices you have created, canceled, refunded, etc.


Last edited 08/09/2017 at 15:06:09



Latest Posts:

BVSTools Releases Send Job Log to BVSTools (SNDLOG2BVS) Command BVSTools Releases Send Job Log to BVSTools (SNDLOG2BVS) Command
Posted by August 28, 2023
BVSTools >> BVSTools Announcements
MAILTOOL Now Allows Email Redirection for Development and Testing MAILTOOL Now Allows Email Redirection for Development and Testing
Posted by May 27, 2023
BVSTools >> BVSTools Announcements >> eMail Tool (MAILTOOL) Specific Announcements
GreenTools for Microsoft Apps (G4MS) Now Supports Footers When Sending Email GreenTools for Microsoft Apps (G4MS) Now Supports Footers When Sending Email
Posted by March 29, 2023
BVSTools >> BVSTools Announcements >> GreenTools for Microsoft Apps (G4MS) Specific Announcements
QuickBooks Online - Subtotals and Discounts Frustration QuickBooks Online - Subtotals and Discounts Frustration
Posted by March 16, 2023
QuickBooks >> QuickBooks Online
Making the Switch From QuickBooks Desktop to QuickBooks Online - No Picnic Making the Switch From QuickBooks Desktop to QuickBooks Online - No Picnic
Posted by March 16, 2023
QuickBooks >> QuickBooks Online
BVSTools Software Verified on V7R5 and Power10 BVSTools Software Verified on V7R5 and Power10
Posted by December 9, 2022
BVSTools >> BVSTools Announcements
Microsoft Office 365 Servers and Random Errors Issue Microsoft Office 365 Servers and Random Errors Issue
Posted by November 14, 2022
BVSTools >> BVSTools Software Discussion >> Email Tools (MAILTOOL) Specific Discussion
Sending/Resending Emails Using a MIME File with MAILTOOL Sending/Resending Emails Using a MIME File with MAILTOOL
Posted by November 8, 2022
BVSTools >> BVSTools Software Discussion >> Email Tools (MAILTOOL) Specific Discussion
Sending an HTML Email on Your IBM i Using MAILTOOL Sending an HTML Email on Your IBM i Using MAILTOOL
Posted by November 1, 2022
BVSTools >> BVSTools Software Discussion >> Email Tools (MAILTOOL) Specific Discussion
Transferring License Keys from One System to Another Transferring License Keys from One System to Another
Posted by October 31, 2022
BVSTools >> BVSTools Software Discussion
Calculating the Size of a File Before Base64 Encoding Calculating the Size of a File Before Base64 Encoding
Posted by August 13, 2022
Programming >> RPG Programming
GreenTools for Microsoft Apps (G4MS) v9.12 Now Includes Function to Send Emails using MIME File GreenTools for Microsoft Apps (G4MS) v9.12 Now Includes Function to Send Emails using MIME File
Posted by August 11, 2022
BVSTools >> BVSTools Announcements >> GreenTools for Microsoft Apps (G4MS) Specific Announcements
GreenTools for Google Apps (G4G) v15.20 Now Supports Shortcuts GreenTools for Google Apps (G4G) v15.20 Now Supports Shortcuts
Posted by August 6, 2022
BVSTools >> BVSTools Announcements >> GreenTools for G Suite (Google Apps) (G4G) Specific Announcements
GreenTools for Microsoft Apps (G4MS) Groups Admin Authority Instructions GreenTools for Microsoft Apps (G4MS) Groups Admin Authority Instructions
Posted by July 26, 2022
BVSTools >> BVSTools Software Discussion >> GreenTools for Microsoft Apps (G4MS) Specific Discussion
GreenTools for Microsoft Apps (G4MS) v9.10 Now Includes OneDrive Functions that Work With Groups/Shared Drives GreenTools for Microsoft Apps (G4MS) v9.10 Now Includes OneDrive Functions that Work With Groups/Shared Drives
Posted by July 19, 2022
BVSTools >> BVSTools Announcements >> GreenTools for Microsoft Apps (G4MS) Specific Announcements

Reply




© Copyright 1983-2020 BVSTools
GreenBoard(v3) Powered by the eRPG SDK, MAILTOOL Plus!, GreenTools for Google Apps, jQuery, jQuery UI, BlockUI, CKEditor and running on the IBM i (AKA AS/400, iSeries, System i).