• Resolved Debasish

    (@wpdebasish)


    Hello Team,

    The WooCommerce PayPal Pro (Classic and PayFlow Editions) Gateway plugin was functioning as expected before connecting it to the store. However, after integrating with the store, I am unable to retrieve the authorization code. I am currently using PayPal Pro PayFlow.

    $paypal_transactions_id = $order->transaction_id;
    $paypal_auths_code = get_post_meta( $order_id, ‘_auths_code’, true );
    In this instance, I am not receiving the ‘_auths_code’

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support mbrsolution

    (@mbrsolution)

    Thank you for reaching out to us.

    The WooCommerce PayPal Pro (Classic and PayFlow Editions) Gateway plugin was functioning as expected before connecting it to the store.

    What do you mean by “before connecting to the store”? This plugin is an addon for the WooCommerce plugin.

    Kind regards.

    Thread Starter Debasish

    (@wpdebasish)

    Hi @mbrsolution

    Before connecting to the store, the WooCommerce PayPal Pro plugin prompts for an update. When attempting the update, it requests us to connect our site to WooCommerce.com. However, after establishing the connection, we are unable to retrieve any _auths_code.

    Plugin Author wp.insider

    (@wpinsider-1)

    Hi, our addon does not prompt for connection to any store. You may be using a different addon with similar functionality. Please check the addon’s full name and author to confirm which one you are using.

    Our addons setup steps are outlined here:
    https://wp-ecommerce.net/paypal-pro-payment-gateway-for-woocommerce

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Issue Retrieving Authorization Code After Connecting WooCommerce Store’ is closed to new replies.