diff --git a/src/Plugin/Commerce/PaymentGateway/Echeck.php b/src/Plugin/Commerce/PaymentGateway/Echeck.php
index f7ce859..dd32916 100644
--- a/src/Plugin/Commerce/PaymentGateway/Echeck.php
+++ b/src/Plugin/Commerce/PaymentGateway/Echeck.php
@@ -234,7 +234,7 @@ class Echeck extends OnsiteBase implements EcheckInterface {
       $payment_storage = $this->entityTypeManager->getStorage('commerce_payment');
       $payment_ids = $payment_storage->getQuery()
         ->condition('state', 'pending')
-        ->condition('remote_id', $remote_ids)
+        ->condition('remote_id', $remote_ids, 'IN')
         ->execute();
       if ($payment_ids) {
         $payments = $payment_storage->loadMultiple($payment_ids);
