jambagecom / transactor-paypal
Provides the possibility to transact payments via PayPal using the Payment Transactor extension.
Installs: 3
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Type:typo3-cms-extension
Requires
- php: ^8.0
- jambagecom/transactor: ^0.11
- typo3/cms-core: ^11.5 || ^12.4 || ^13.4
Replaces
- typo3-ter/transactor-paypal: v0.5.0
This package is auto-updated.
Last update: 2024-10-29 08:35:15 UTC
README
What is does
This extension is based on the Transactor API extension and brings the PayPal Payments Standard to any other TYPO3 extension.
Example Setup
- lib.transactor_paypal {
extName = transactor_paypal extTitle = PayPal Website Payments Standard extInfo = PayPal enables any business or consumer with an email address to securely, conveniently, and cost-effectively send and receive payments online. extImage = EXT:transactor_paypal/Resources/Public/Images/paypal_euro.gif gatewaymode = form paymentMethod = webpayment_standard currency = EUR templateFile = EXT:transactor/Resources/Private/Templates/PaymentHtmlTemplate.html
returnPID = 15 cancelPID = 12
}
External documentation
- `PayPal Payments Standard https://developer.paypal.com/api/nvp-soap/paypal-payments-standard/integration-guide/formbasics/`__
- `PayPal Buttons Integration https://developer.paypal.com/demo/checkout/#/pattern/server`__
- `Checkout Standard payments https://developer.paypal.com/docs/checkout/standard/`__ * Payment buttons to pay with PayPal, debit and credit cards, Pay Later options, Venmo, and alternative payment methods.
Stopped Free Version Development
Website Payment Standard (WPS) buttons are a very old integration of PayPal and have been removed in version 0.11.0 due to some security issues. PayPal, however, has announced a new product/service replacing the WPS buttons called Pay Links & Buttons .
- 23rd October 2024:
- Bugfixes for TYPO3 12 and TYPO3 13
- 26th March 2024:
- The development of version 0.5.0 has been stopped.
- Another version will be programmed which bases on the PayPal REST API. This however will be sold as a licence.