thephpleague / omnipay-paypal

PayPal driver for the Omnipay PHP payment processing library
MIT License
295 stars 174 forks source link

How can i create invoice by REST API? #224

Open 4n70w4 opened 5 years ago

4n70w4 commented 5 years ago

Official paypal client allows to send invoices to users: https://github.com/paypal/PayPal-PHP-SDK/blob/master/sample/invoice/CreateInvoice.php https://github.com/paypal/PayPal-PHP-SDK/blob/master/sample/invoice/SendInvoice.php

Can I do this through this module?

dhruvangg commented 4 years ago

@4n70w4 Did you got any solution?