gform_paypalpaymentspro_api_before_send
Description Allows the API information to be modified before sending to PayPal Payments Pro. Usage add_filter( 'gform_paypalpaymentspro_api_before_send', 'your_function_name', 10, 2 ); Parameters...
View Articlegform_paypalpaymentspro_args_before_payment
Description This filter can be used to modify the product transaction arguments before they are sent to PayPal. Usage The filter which would run for all ‘Product’ type PayPal Payments Pro feeds can be...
View Articlegform_paypalpaymentspro_args_before_send
Description Allows the transaction arguments to be modified before posted to PayPal. Usage add_filter( 'gform_paypalpaymentspro_args_before_send', 'your_function_name', 10, 2 ); Parameters $nvp array...
View Articlegform_paypalpaymentspro_args_before_subscription
Description This filter can be used to modify the subscription arguments before they are sent to PayPal. Usage The filter which would run for all ‘Subscription’ type PayPal Payments Pro feeds can be...
View Articlegform_paypalpaymentspro_log_api_request
Description Controls whether the API request sent to PayPal is logged. Usage add_filter( 'gform_paypalpaymentspro_log_api_request', 'your_function_name', 10, 1 ); Parameters $log_request bool True to...
View Articlegform_paypalpaymentspro_verifyhost
Description Allows host verification to be bypassed. Usage add_filter( 'gform_paypalpaymentspro_verifyhost', 'your_function_name', 10, 1 ); Parameters $is_enabled bool Indicates if the...
View Articlegform_paypalpaymentspro_verifypeer
Description Allows peer verification to be bypassed. Usage add_filter( 'gform_paypalpaymentspro_verifypeer', 'your_function_name', 10, 1 ); Parameters $is_enabled bool Indicates if the...
View ArticlePayPal Payments Pro Feed Meta
Introduction The Feed Object meta for the PayPal Payments Pro add-on is an associative array containing the properties which determine what type of transaction should occur and what values are sent to...
View Article