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 31
Getting Recurring Payments Profile Details
Obtaining Profile Details Programmatically
FIGURE 5.1 Profile Status section of Recurring Payments Profile Details page
Obtaining Profile Details Programmatically
You can obtain profile details programmatically using the Payflow SDK. Table 5.1 lists the
Payflow parameters required in the request string to obtain the details of a recurring payments
profile.The ACTION value is always I.
Example of Getting Recurring Payments Profile Details
The following example Payflow parameter string requests the details of a credit card recurring
payments profile.
TABLE 5.1 Required Parameters in a Profile Status Inquiry Request
Parameter Notes
TRXTYPE The value R for recurring payments.
TENDER The value C for credit card or P for PayPal.
ACTION The value I for inquiring about recurring payments profile details.
ORIGPROFILEID Profile ID of the profile to deactivate.