Skip to content
This repository has been archived by the owner on Nov 18, 2021. It is now read-only.

Manage Recurring Payments Profile Status

drewjoh edited this page Apr 13, 2011 · 1 revision

Example: Change the status of a recurring payment profile to "Cancelled"

$paypal = new Paypal();

$paypal->profile_id = SUBSCRIPTION_PROFILE_ID;
$paypal->action     = 'Cancel';
		
$paypal->manage_recurring_payments_profile_status();

See PayPal documentation for available options for action