-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Extend PayPal support in gateways #145
Comments
Just checked https://github.com/wp-pay-gateways/omnikassa-2/blob/master/src/PaymentBrands.php#L103, looks like this is working. |
Just checked https://github.com/wp-pay-gateways/buckaroo/blob/master/src/Gateway.php#L354-L365, looks like this is working. According to https://dev.buckaroo.nl/PaymentMethods/Description/paypal#pay there are no input is required for the PayPal pay action. |
The following gateways are iDEAL only gateways: |
The https://github.com/wp-pay-gateways/targetpay gateway is deprecated, we have to check this one in the new DigiWallet gateway: https://github.com/wp-pay-gateways/digiwallet. |
I just tested https://github.com/wp-pay-gateways/sisow, at first I got the following error message:
The Explanation from https://github.com/wp-pay-gateways/sisow/blob/develop/documentation/rest540-en.pdf:
After entering PayPal API data in the Sisow dashboard I was able to initiate a payment. |
I just checked https://github.com/wp-pay-gateways/digiwallet, there was no PayPal support implemented, just added this in pronamic/wp-pronamic-pay-digiwallet@fca8fb9. When starting a PayPal payment via DigiWallet I currently get the following error:
Probably caused by the PayPal payment method not being active within our DigiWallet test account: I was also unable to activate the PayPal payment method, but I am confident that it will work. |
I just checked https://github.com/wp-pay-gateways/payvision, currently the PayPal payment method is not supported: We do convert the core payment method to a Payvision brand ID: If i enable the PayPal method and start a payment i see the following error on https://test.ppipe.net/connectors/simulator;jsessionid=D0973CD43E4348DD52A038671AE3DA1A.uat01-vm-con02.
This looks like an error with Payvision, but maybe we don't have the minimum required parameters: |
I just tested https://github.com/wp-pay-gateways/pay-nl, this is working. |
Just tested this with https://github.com/wp-pay-gateways/mollie, working as expected in test mode. |
I just tested EMS e-Commerce, unfortunately, it is not possible to successfully start a PayPal test payment with our EMS test account. Goedkeuringscode N:-5002:brand not supported Created a new issue for this: pronamic/wp-pronamic-pay-ems-e-commerce#3. |
Also checked ICEPAY, currently no support for PayPal: However, they do offer the PayPal payment method: https://icepay.nl/betaalmethoden/paypal/. Created a new issue for this: pronamic/wp-pronamic-pay-icepay#9. |
ING Kassa Compleet supports PayPal: However, I've just deprecated this gateway in wp-pay-gateways/ing-kassa-compleet@852ced5 (in favour of the Payvision gateway), as the API at api.kassacompleet.nl is not available anymore. |
MultiSafepay integration seems to supports PayPal: However, I was unable to test this as the PayPal method is not enabled for our testing account. I've requested activation of this method via [email protected] — awaiting reply. |
Added support for PayPal via Ingenico/Ogone in pronamic/wp-pronamic-pay-ingenico@3d7b282. Uses a PayPal simulator for testing purposes. |
Tested successfully in #179. |
A WooCommerce PayPal payment in combination with Adyen isn't working. The user gets redirected to the 'Order received' page without getting redirected to the PayPal environment. Tested it with the overall and general 'Pronamic' payment method. |
New issue for Adyen: #180. The original question of this issue is answered:
|
Is the PayPal payment method supported in all the gateways?
Internal Basecamp to-do: https://basecamp.com/1810084/projects/10966871/todos/335230949
The text was updated successfully, but these errors were encountered: