• Hello, a customer placed an order today, the payment was received but order status in WooCommerce is showing “pending payment”.

    Here is the Woocommerce log:

    06-23-2023 @ 10:35:15 – Creating Instamojo Order for order id: 14866
    06-23-2023 @ 10:35:15 – Client ID: iZz4xxxxxxxxxx | Client Secret: foXbxxxxxxxxxx | Testmode:
    06-23-2023 @ 10:35:15 – Data sent for creating order Array( [name] => XXXXXXXXXX [email] => XXXXXXXXXX [phone] => XXXXXXXXXX [amount] => 3509.00 [currency] => INR [redirect_url] => MyWebsiteURL [transaction_id] => 1687496715-14866)06-23-2023 @ 10:35:16 – Response from server on creating orderstdClass Object( [order] => stdClass Object ( [id] => b83ba12e23184c998fd20981fb525c76 [transaction_id] => 1687496715-14866 [status] => pending [currency] => INR [amount] => 3509.00 [name] => XXXXXXXXXX [email] => XXXXXXXXXX [phone] => +91XXXXXXXXXX [description] => Instapay [redirect_url] => MyWebsiteURL [webhook_url] => [created_at] => 2023-06-23T05:05:15.883172Z [resource_uri] => https://www.instamojo.com/v2/gateway/orders/id:b83ba12e23184c998fd20981fb525c76/ ) [payment_options] => stdClass Object ( [payment_url] => https://www.instamojo.com/@cordwainers/b83ba12e23184c998fd20981fb525c76?embed=form ))

    06-23-2023 @ 10:51:08 – Creating Instamojo Order for order id: 14866
    06-23-2023 @ 10:51:08 – Client ID: iZz4xxxxxxxxxx | Client Secret: foXbxxxxxxxxxx | Testmode:
    06-23-2023 @ 10:51:09 – Data sent for creating order Array
    (
    [name] => XXXXXXXXXX
    [email] => XXXXXXXXXX
    [phone] => XXXXXXXXXX
    [amount] => 3509.00
    [currency] => INR
    [redirect_url] => MyWebsiteURL
    [transaction_id] => 1687497669-14866
    )

    06-23-2023 @ 10:51:09 – Response from server on creating orderstdClass Object
    (
    [order] => stdClass Object
    (

    [id] => 7644d61de5304464b42bcd0a78b23512
    [transaction_id] => 1687497669-14866
    [status] => pending
    [currency] => INR
    [amount] => 3509.00
    [name] => XXXXXXXXXX
    [email] => XXXXXXXXXX
    [phone] => +91XXXXXXXXXX
    [description] => Instapay
    [redirect_url] => MyWebsiteURL
    [webhook_url] =>
    [created_at] => 2023-06-23T05:21:09.363684Z
    [resource_uri] => https://www.instamojo.com/v2/gateway/orders/id:7644d61de5304464b42bcd0a78b23512/
    )

    [payment_options] => stdClass Object
    (
    [payment_url] => https://www.instamojo.com/@cordwainers/7644d61de5304464b42bcd0a78b23512?embed=form)

    )

  • The topic ‘Payment has been received but order status is pending payment’ is closed to new replies.