Hook for IPN data on PayPal Pro Payflow

We upgraded from basic PayPal to PayPal Pro Payflow. We were getting signup and renewal data in these hooks:

  • “ws_plugin__s2member_during_paypal_notify_during_subscr_signup_w_update_vars”
  • “ws_plugin__s2member_during_configure_user_registration_front_side”
  • “ws_plugin__s2member_during_paypal_return”

With Payflow, the transaction type and amounts are missing from these hooks. But the data is in the gateway-core-ipn.log. Which hooks will get this data?

Data like
[txn_type] => subscr_signup
[subscr_id] => nnnnnnnnnn
[custom] => domain.org
[txn_id] => nnnnnnnnnn
[period1] => 173 D
[period3] => 1 Y
[mc_amount1] => 20.00
[mc_amount3] => 20.00