Stored Procedures
Stored procedures are function-like interfaces that extend the functionality of the add-in 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 Excel Add-In for PayPal Stored Procedures
| Name | Description |
| CreateDraftInvoice | Creates a draft invoice. |
| CreateOrder | Creates an order. Merchants and partners can add Level 2 and 3 data to payments to reduce risk and payment processing costs. |
| 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. |
| SendInvoice | Send an Invoice, by Id, to a customer. |