Stored Procedures
Stored procedures are function-like interfaces that extend the functionality of the driver beyond simple SELECT operations with PayPal.
Stored procedures accept a list of parameters, perform their intended function, and then return any relevant response data from PayPal, along with an indication of whether the procedure succeeded or failed.
CData JDBC Driver for PayPal Stored Procedures
Name | Description |
CreateDraftInvoice | Creates a draft invoice. |
CreatePayment | Creates a sale, an authorized payment to be captured later, or an order. |
CreatePayouts | Makes payouts in Paypal. |
CreateSubscription | Create a subscription for Paypal. |
DeleteInvoice | Deletes a draft or scheduled invoice, by ID. |
GetOAuthAccessToken | Gets the OAuth access token from PayPal. |
RefreshOAuthAccessToken | Refreshes the OAuth access token used for authentication with various PayPal services. |
SendInvoice | Send an Invoice, by Id, to a customer. |