• Resolved estesrockets

    (@estesrockets)


    I’m currently using the standard PayPal gateway and this PayPal Pro gateway for direct credit card transactions. When these transactions are sent to PayPal, the WooCommerce Order ID is not sent with them. This makes it difficult for our accountant to match up orders from the PayPal report to WooCommerce as they have only the transaction id to go off of. Is there a way to add the WooCommerce order id to the information being uploaded to PayPal?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter estesrockets

    (@estesrockets)

    To elaborate a bit after some research, we want to add the woocommerce order ID to the INVNUM field upon upload. This seems to be possible and recommended via then direct payment api description here : https://developer.paypal.com/docs/classic/api/merchant/DoDirectPayment_API_Operation_NVP/ however, I’m unsure about how to integrate into this specific plugin.. It may be as easy as adding ‘INVNUM’ => $this->order->get_order_number() to the create_paypal_request() method in woo-paypal-pro-gateway-class.php, but I’ll wait on someone with expertise.

    Plugin Support mbrsolution

    (@mbrsolution)

    Hi, thank you for reaching out to us. The plugin developers will investigate further this issue.

    Kind regards

    Plugin Author wp.insider

    (@wpinsider-1)

    Thank you. I Have made the change in the new version of addon. Please upgrade it and let me know how it goes after that.

    Thread Starter estesrockets

    (@estesrockets)

    Thank you for taking such quick action here. I’ll install the update and watch for new orders coming through.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Orders Being Sent Without OrderID’ is closed to new replies.