ruudk / PaymentMollieBundle

NO LONGER MAINTAINED
MIT License
15 stars 20 forks source link

Payment method support #20

Closed compocas closed 4 years ago

compocas commented 7 years ago

Hello again, Does this bundle accept other payment methods other than ideal, creditcard, mistercash and sofort???

Is it simple to integrate bank transfer and belfius ??

thank you in advance

ruudk commented 7 years ago

It should be possible I think. What if you just add those methods to the config?

compocas commented 7 years ago

How to write them?

Edit: sorry didn't search enough i guess found!

ruudk commented 7 years ago

Exact same way as mollie writes them...

ruudk commented 7 years ago

Would be great if you could do a small PR to add this to the docs :)

compocas commented 7 years ago

I have a "can't create mollie payment" error when I choose "banktransfer" or "belfius"... Added these methods to the config...

ruudk commented 7 years ago

Ah, I think you have to create a PR to add the methods here:

https://github.com/ruudk/PaymentMollieBundle/search?utf8=%E2%9C%93&q=creditcard

marnixbent commented 7 years ago

@ruudk I tried adding paysafecard and bancontact by adding those files, services, references in DefaultPlugin and new entries in my method form, but it keeps throwing a CommunicationException (Can't create Mollie payment). Can you reproduce this?

ruudk commented 7 years ago

You can try to debug the exception. It's probably an invalid response from the Mollie API.

Can you post the stack trace?