Stored Procedures
Stored procedures are function-like interfaces that extend the functionality of the server beyond simple SELECT/INSERT/UPDATE/DELETE 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 Code Assist MCP for PayPal Stored Procedures
| Name | Description |
| CreateDraftInvoice | Creates a draft invoice. |
| CreateOrder | Creates an order. Merchants and partners can add Level 2 and Level 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 | Creates payouts in PayPal. |
| CreateSubscription | Creates a subscription in PayPal. |
| DeleteInvoice | Deletes a draft or scheduled invoice, by ID. |
| GetOAuthAccessToken | Gets the OAuth access token from PayPal. |
| SendInvoice | Sends an invoice, by Id, to a customer. |