mollie / mollie-api-php

Mollie API client for PHP

Home Page:http://www.mollie.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can't test payment checkout

alecpl opened this issue · comments

Sorry for using improper channel, but I feel I might get a developer support here faster than via the Mollie webpage.

So, I had my checkout tests working according to https://docs.mollie.com/overview/testing and the form used to look like in the documentation, but for a few months now it does not work. The form is different.
mollie

So, it mentions test mode, but does not contain the documented fields for a test mode checkout form.

I see nothing in the changelog, so is it a Mollie bug or mine?

Hi!

This has changed on Mollie's end, particularly testing the creditcard flow.

Best to follow the component testing guide (card numbers) here: https://docs.mollie.com/components/testing

Thanks, I'll see if I can make it working with the special credit card numbers. But why https://docs.mollie.com/overview/testing#test-mode-checkout-screen still exists then?

That testmode screen is still suited to most other payment methods at the moment. The docs could be clearer on this, let me raise an issue there.

One more issue. If I do payment with the test visa card 4543 4740 0224 9996 it works, but with a small issue. After the payment, Mollie UI, as well as the API says it's Mastercard not Visa.

@Timollie can you take a look when you have a moment?

Had the same issue with iBANs a few months ago, where the test said ING instead of the expected Rabobank (didn't test this recently).

The same issue reported in Python client repo:
mollie/mollie-api-python#261

Closing this for now, let me know if it should be reopened.