https://github.com/pronamic/wp-pronamic-pay-paypal
PayPal driver for the WordPress payment processing library.
https://github.com/pronamic/wp-pronamic-pay-paypal
pay payment paypal php wordpress wp-pronamic-pay-gateway
Last synced: 3 months ago
JSON representation
PayPal driver for the WordPress payment processing library.
- Host: GitHub
- URL: https://github.com/pronamic/wp-pronamic-pay-paypal
- Owner: pronamic
- Created: 2015-02-20T09:35:13.000Z (over 11 years ago)
- Default Branch: main
- Last Pushed: 2024-12-17T13:57:48.000Z (over 1 year ago)
- Last Synced: 2025-09-21T10:40:31.638Z (9 months ago)
- Topics: pay, payment, paypal, php, wordpress, wp-pronamic-pay-gateway
- Language: PHP
- Homepage: http://www.wp-pay.org/gateways/paypal/
- Size: 169 KB
- Stars: 3
- Watchers: 4
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
WordPress Pay » Gateway » PayPal
PayPal driver for the WordPress payment processing library.
[](https://travis-ci.org/wp-pay-gateways/paypal)
[](https://coveralls.io/github/wp-pay-gateways/paypal?branch=develop)
[](https://packagist.org/packages/wp-pay-gateways/paypal)
[](https://packagist.org/packages/wp-pay-gateways/paypal)
[](https://packagist.org/packages/wp-pay-gateways/paypal)
[](https://packagist.org/packages/wp-pay-gateways/paypal)
[](https://packagist.org/packages/wp-pay-gateways/paypal)
[](http://gruntjs.com/)
[](https://scrutinizer-ci.com/g/wp-pay-gateways/paypal/?branch=develop)
[](https://scrutinizer-ci.com/g/wp-pay-gateways/paypal/?branch=develop)
[](https://scrutinizer-ci.com/g/wp-pay-gateways/paypal/build-status/develop)
[](https://scrutinizer-ci.com/code-intelligence)
[](https://app.fossa.io/projects/git%2Bgithub.com%2Fwp-pay-gateways%2Fpaypal?ref=badge_shield)
## Table of contents
- [WordPress Filters](#wordpress-filters)
- [Simulate Requests](#simulate-requests)
- [Links](#links)
## WordPress Filters
View [docs/hooks.md](docs/hooks.md) for the available WordPres filters in this library.
## Simulate Requests
### Report
```
curl --request POST "https://example.com/wp-json/pronamic-pay/paypal/v1/ipn-listener" \
--user-agent "PayPal IPN ( https://www.paypal.com/ipn )" \
--data-raw "mc_gross=1401.00&protection_eligibility=Eligible&address_status=confirmed&item_number1=&payer_id=F9S93N7GNEL7W&address_street=25513540+River+N343+W&payment_date=05%3A01%3A46+Jun+17%2C+2021+PDT&payment_status=Pending&charset=windows-1252&address_zip=GJ&first_name=test&address_country_code=NL&address_name=test+buyer¬ify_version=3.9&custom=&payer_status=verified&business=info-facilitator%40remcotolsma.nl&address_country=Netherlands&num_cart_items=1&address_city=Den+Haag&verify_sign=Ai2wvIVeSssqwxVcMK9XcafWsgAPA6uNE6nnbvDILmqDs0csJU91zp3n&payer_email=info-buyer%40remcotolsma.nl&txn_id=6GJ83385S3320270B&payment_type=instant&last_name=buyer&item_name1=Payment+416&address_state=2585&receiver_email=info-facilitator%40remcotolsma.nl&shipping_discount=0.00&quantity1=1&insurance_amount=0.00&receiver_id=G52WMAV7T2F8E&pending_reason=multi_currency&txn_type=cart&discount=0.00&mc_gross_1=1401.00&mc_currency=EUR&residence_country=NL&test_ipn=1&shipping_method=Default&transaction_subject=&payment_gross=&ipn_track_id=292d19dc6ff2e"
```
## Links
- https://github.com/DigiWallet/transaction-sdk
- https://webhook.site/
- https://hookbin.com/
- https://requestbin.net/