ruudk / PaymentMollieBundle

NO LONGER MAINTAINED
MIT License
15 stars 20 forks source link

Enable paypal payment method #2

Closed bobvandevijver closed 10 years ago

bobvandevijver commented 10 years ago

Hi,

Mollie just started with a paypal service, and as I want to use that, I enabled the support for support in the bundle with this commit.

However, it appears that Mollie does not have a working test environment for paypal. It generates a "Can't create Mollie payment" with a test API key. It does forward to paypal whenever using a live API key.

ruudk commented 10 years ago

Thanks. Did you contact Mollie to ask why Paypal doesn't work in testmode?

bobvandevijver commented 10 years ago

Not yet, as they were closed. I am going to call them today and keep you updated!

willemstuursma commented 10 years ago

Hi this is Willem from Mollie. I am sorry, we don't offer a test mode for Paypal yet. We simply didn't have time for implementing it yet. It is on our to-do list.

bobvandevijver commented 10 years ago

Exactly what was told to me by phone, thanks.

ruudk commented 10 years ago

@willemstuursma Thanks. Is there anything we need to do to get it working? Or will it work automatically when you've implemented it?

willemstuursma commented 10 years ago

If you can create Paypal payments through our API, it will work.

Before you can do that, you need to link your Paypal account to your Mollie account. Instructions for that are available in this PDF. Once you have done this, you will get an email that Paypal is enabled for your account.

From then on, it will just work and you can create Paypal payments, or if you do not specify a method to the API call, Paypal will show up in the list of available payment methods to the consumer.

ruudk commented 10 years ago

@bobvandevijver Just released version 3.0.0 which supports any payment method.

bobvandevijver commented 10 years ago

@ruudk I'am no longer using this bundle, as I only needed something lightweight. I've build my own direct implementation using mollie/mollie-api-php.

But exactly what is released as version 3.0.0?

ruudk commented 10 years ago

@bobvandevijver Just a simple fix that allows you to setup any payment method (instead of a pre-defined array with methods).

bobvandevijver commented 10 years ago

Ow right, didn't notice the new tag. Nice work :+1:

bobvandevijver commented 10 years ago

@willemstuursma I see that the Paypal test mode is functional, nice work!

willemstuursma commented 10 years ago

We also added test mode for paysafecard, this should also work if you have enabled this in your website profile.