Recommend this page to a friend! |
Classes of Mubashir Ali | > | Paypal Invoice API | > | Download .zip .tar.gz | > | Support forum (6) | > | Blog | > | Latest changes |
|
|
Groups | Applications | Files |
Groups |
PHP 5 | Classes using PHP 5 specific features | View top rated classes |
E-Commerce | Online stores, shopping baskets and payment methods | View top rated classes |
Web services | Web data clipping, SOAP or XML-RPC clients and servers | View top rated classes |
Recommendations |
Paypal Invoice PHP Solution
Pass the amount owed to Paypal for the customer to pay
Innovation Award |
December 2011 Number 2 Prize: One subscription to the PDF edition of the PHP Architect magazine |
Many customers that purchase goods or services need invoices to be billed for what they buy. Paypal provides a invoicing system that can be used for that purpose. This class provides a wrapper to access the Paypal Invoicing API, so any PHP application can generate invoices for their customers. Manuel Lemos |
Applications that use this package |
If you know an application of this package, send a message to the author to add a link here.
Files |
File | Role | Description |
---|---|---|
class.invoice.php | Class | Class contains the core functionality of PayPal Invoice API services |
index.php | Example | This file contains the sample- There are two PayPal Invoice API services are used that are CreateInvoice and SendInvoice. For other API services the structure has been defined. |
cancel.example.php | Example | It is an example that shows how the CancelInvoice API Operation is performed |
invoice.reminder.php | Example | This example generates the HTML about the Invoice Reminder, so merchant can use this functionality to remind the customer to pay the pending invoice |
invoicedetail.example.php | Example | It is an example that shows how to find the Invoice Detail using PayPal Invoicing API |
markaspaid.example.php | Example | It is an example that shows how to perform Mark Invoice as Paid operation |
createandsend.example.php | Example | It is an example that shows how to perform Create And Send PayPal API Operation |
searchinvoice.example.php | Example | It is an example that shows how to search Invoice(s) by pasing search parameters |
updateinvoice.example.php | Example | It is an example that shows how to perform the Update Invoice API operation |
Install with Composer - Download all files: paypal-invoice.tar.gz paypal-invoice.zip NOTICE: if you are using a download manager program like 'GetRight', please Login before trying to download this archive.
|