Developer's Guide
Table Of Contents
- Website Payments Pro Payflow Edition - Recurring Payments Developer’s Guide
- Preface
- Audience
- Where To Go For More Information
- Revision History
- Recurring Payments Overview
- Creating Recurring Payments Profiles
- Preparing to Create Recurring Payments Profiles
- Creating Profiles Through Your PayPal Account
- Creating Recurring Payments Profiles Programmatically
- Options for Creating a Recurring Payments Profile Programmatically
- Example: Creating a Recurring Payments Profile For Billing a Credit Card
- Example: Creating a Recurring Payments Profile For Billing a PayPal Account
- Deactivating and Reactivating Recurring Payments Profiles
- Canceling Recurring Payments Profiles
- Getting Recurring Payments Profile Details
- Billing the Outstanding Amount
- Updating Recurring Payments Profiles
- Recurring Payments Reference
- Index
Recurring Payments Reference
Deactivating Recurring Payments Profiles (ACTION=C)
8
52 Payflow Recurring Payments Developer’s Guide
Deactivating Recurring Payments Profiles (ACTION=C)
TABLE 8.4 Update Recurring Payments Profile Response
Parameter Description
PROFILEID A unique identifier for future reference to the details of this recurring
payment.
Character length and limitations: 19 alphanumeric characters.
T
ABLE 8.5 Deactivate Recurring Payments Profile Request Parameters
Parameter Description
TRXTYPE (Required) The transaction type R for recurring payments profile
request.
Character length and limitations: One alpha character.
TENDER (Required) The tender type. Is one of the following values:
z C = credit card
z P = PayPal
Character length and limitations: One alpha character.
ACTION (Required) The Action value C for deactivating (suspending) the
recurring profile.
Character length and limitations: One alpha character.
ORIGPROFILEID (Required) Profile ID of the profile to deactivate (suspend).
Character length and limitations: 19 alphanumeric characters.
NOTE (Optional) Notes about the action. If not provided, the default string is
“Cancel Profile”
Character length and limitations: 256 characters.
T
ABLE 8.6 Deactivate Recurring Payments Profile Response
Parameter Description
PROFILEID A unique identifier for future reference to the details of this recurring
payment.
Character length and limitations: 19 alphanumeric characters.