Hello,

I'm implementing this module for a website using monetico with drupal commerce 2.x.

I could successfuly setup a test environment and I can access to the bank page in order to make a test payment.

But, after payment, I'm redirected to the : /checkout/X/payment (where X is my order number).

And, as the role of this page is to redirect the customer to the payment page, it create an infinite loop :

Go to the bank website > Pay > redirected to the site, that redirect to the bank website > Pay > Etc...

I already implemented other payment methods and, generally, there is a setting for the merchant return URL, but I didn't see this configuration neither on the monetico website, neither on the module configuration.

Could you point me the right direction in order to fix that problem ?

Thank you

Alex

Comments

Alexandre360 created an issue. See original summary.

steveoriol’s picture

Hello Alexandre360,

I had the same problem as long as the validation URL was not set correctly.
I am first tested in "TEST" mode on a test server.
And the day of the "Production" on the production server, everything worked fine.

The validation URLs are of the form:
https://serveurdetest.com/commerce_cmcic/response
  and
https://serveurdeproduction.com/commerce_cmcic/response

Note: I had to fight a little with the service monetico because it is necessary to be at least "technical contact" to be able to request the modification of it is URL ...

contact: CENTRECOM@E-I.COM
or 0 820 821 735 (0,12 €/min)

Alexandre360’s picture

Hello,

Thank you for your answer.

I will call monetico in order to set the correct validation url and stay you informed.

steveoriol’s picture

Version: » 8.x-1.0-beta1
Status: Active » Closed (works as designed)