
Payflow Recurring Payments Developer’s Guide 23
Deactivating and Reactivating Recurring Payments Profiles
Deactivating a Profile Programmatically
6. Click Submit to reactivate the profile or Cancel to cancel the action.
Upon successful reactivation, the Reactivate a profile page displays the message
confirming profile reactivation.
Deactivating a Profile Programmatically
You can deactivate a recurring payments profile programmatically using the Payflow SDK.
Table 3.1 lists the parameters required in a request to deactivate a profile. Provide values for
the following parameters. The ACTION value is always C.
Reactivating a Profile Programmatically
You can reactivate a recurring payments profile programmatically using the Payflow SDK.
Table 3.2 lists the parameters required in a request to reactivate a profile. Provide values for
the following parameters. The ACTION value is always R.
Example of Deactivating a Profile
The following example request deactivates (suspends) a profile.
TABLE 3.1 Parameters Required to Deactivate a Profile
Parameter Notes
TRXTYPE The value R for recurring payments.
TENDER The value C for credit card or P for PayPal.
ACTION=C The value C for deactivating a recurring payments profile.
ORIGPROFILEID Profile ID of the profile to deactivate.
T
ABLE 3.2 Parameters Required to Reactivate a Profile
Parameter Notes
TRXTYPE The value R for recurring payments.
TENDER The value C for credit card or P for PayPal.
ACTION The value R for reactivating a recurring payments profile.
ORIGPROFILEID Profile ID of the profile to reactivate.
Comentarios a estos manuales