Quantcast
Channel: PayPal Payments Pro Filters Archives - Gravity Forms Documentation
Browsing all 8 articles
Browse latest View live

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 Article


gform_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 Article


gform_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 Article

gform_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 Article

gform_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 Article


gform_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 Article

gform_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 Article

PayPal 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

Browsing all 8 articles
Browse latest View live