Request always empty from Mollie

Created on 15 January 2020, about 5 years ago
Updated 4 September 2024, 7 months ago

Mollie returns webhook launches error:

Drupal\Core\Database\InvalidQueryException: Query condition 'commerce_payment.remote_id IN ()' cannot be empty. in Drupal\Core\Database\Query\Condition->condition() (line 105 of /var/web/vd14058/livet/deploy/releases/27/web/core/lib/Drupal/Core/Database/Query/Condition.php).

When simulating request that comes from mollie with Curl i see that the $mollie_payment_remote_id = $request->get('id'); is always empty.

curl -k --header "Content-Type: application/json" \
--request POST \
--data '{"id":"12"}' \
https://livet.local/payment/notify/mollie

When i look at Mollie interface i noticed that they are not sending ID but order_id as parameter (see screenshot)

When trying to send Curl with order_id and $request->get('order_id') it still is empty, so I am not getting any Json POST parameters.

Can someone tell me what I am doing wrong?

Thanks

💬 Support request
Status

Active

Version

1.6

Component

Code

Created by

🇧🇪Belgium michiellucas

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

  • 🇧🇪Belgium weseze

    I have a very similar problem. Getting fatal errors on the webhook and payments are not registering.

    The "id" is always empty... I checked the transaction in Mollie and they confusingly mention "order_id" as sent metadata to the webhook, but that is not what they actually send...

    Still payments are never updated.
    Yet the order history log mentions a payment received with the correct amount AND the correct remote_id.

    @michiellucas: how did you fix this issue?

Production build 0.71.5 2024