Edit
by Glenn Ewan - 4 years ago (2020-08-11)
Pass the amount owed to Paypal for the customer to pay
| We offer three items for payment. Our members select one or more and pay by entering the total into Paypal. I would like pass the amount owed to Paypal to ensure accurate payment amounts. |
Ask clarification
1 Recommendation
Paypal Invoice API: Create and manage invoices Paypal Invoicing API
This class can create and manage sales invoices Paypal Invoicing API.
It can send HTTP requests to the Paypal Invoicing API Web server to perform several operations for creating and managing sales invoices.
The class can send a request to create an invoice by passing the details of merchant, customer and the items being sold.
It can also send requests to perform other operations like sending the invoice, updating the invoice, search for an invoice, retrieve invoice details, mark an invoice as paid and cancel an invoice.
The class can work with either the live Paypal Invoicing API or the sandbox API to allow applications to test the management of invoices.
| by Manuel Lemos 26695 - 4 years ago (2020-08-13) Comment
This package seems to do what you ask. |