vanilo/paypal

PayPal Payment Gateway Support for Vanilo (Laravel)

Maintainers

Package info

github.com/vanilophp/paypal

pkg:composer/vanilo/paypal

Statistics

Installs: 1 813

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 2

3.0.0 2026-05-07 10:09 UTC

This package is auto-updated.

Last update: 2026-05-08 07:47:38 UTC


README

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)