LaravelPackages.net
Acme Inc.
Toggle sidebar
vanilo/paypal

PayPal Payment Gateway Support for Vanilo (Laravel)

1.918
1
3.0.0
About vanilo/paypal

vanilo/paypal is a Laravel package for paypal payment gateway support for vanilo (laravel). It currently has 1 GitHub stars and 1.918 downloads on Packagist (latest version 3.0.0). Install it with composer require vanilo/paypal. Discover more Laravel packages by vanilo or browse all Laravel packages to compare alternatives.

Last updated

PayPal Payment Gateway for Vanilo

Tests Packagist Stable Version StyleCI Packagist downloads MIT Software License

This library enables PayPal for Vanilo Payments.

Being a Concord Module it is intended to be used by Laravel Applications.

Documentation

Refer to the markdown files in the docs folder.

To-do

  • [ ] Distinguish order and payment webhooks (resource.id differs!)
  • [ ] Thrown custom exceptions on PayPal 4XX errors
  • [ ] Test a situation when the amount is higher than the test accounts available credit
  • [ ] Handle the case when neither webhooks are set up, nor front return happens:
    • [ ] timeout?
    • [ ] captured already?
  • [ ] Log webhook/return facts in payment history
  • [ ] Log auth before capture
  • [ ] Add payer and shipping data to the paypal order
  • [ ] Handle partial payments (via payments/captures)
  • [ ] Auto-register webhooks
  • [ ] Handle refunds (via Payments API)

Star History Chart