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
Payflow Recurring Payments Developer’s Guide 53
Recurring Payments Reference
Reactivating Recurring Payments Profiles (ACTION=R)
8
Reactivating Recurring Payments Profiles (ACTION=R)
Viewing Recurring Payments Profile Details (ACTION=I)
TABLE 8.7 Reactivate 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 R for reactivating the recurring profile.
Character length and limitations: One alpha character.
ORIGPROFILEID (Required) Profile ID of the profile to reactivate.
Character length and limitations: 19 alphanumeric characters.
NOTE (Optional) Notes about the action. If not provided in the request string,
the default string is “Reactivate Profile”.
Character length and limitations: 256 characters.
T
ABLE 8.8 Reactivate 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.9 View Recurring Payments Profile Details Request Parameters
Parameter Description
TRXTYPE (Required) The transaction type R for recurring payments profile
request.
Character length and limitations: One alpha character.