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
Deactivating and Reactivating Recurring Payments Profiles
Example of Reactivating a Profile
24 Payflow Recurring Payments Developer’s Guide
"USER=SuperMerchant
&PWD=SuperUserPassword
&PARTNER=PayPal
&TRXTYPE=R
&TENDER=C
&ACTION=C
&ORIGPROFILEID=I-26F60651P9935932P"
This is the example response.
RESULT=0
&RESPMSG=Approved
&RPREF=RRRF0A08BD4D
&PROFILEID=I-26F60651P9935932P
&CORRELATIONID=f87c07be9f95
Example of Reactivating a Profile
The following example request reactivates a profile.
"USER=SuperMerchant
&PWD=SuperUserPassword
&PARTNER=PayPal
&TRXTYPE=R
&TENDER=C
&ACTION=R
&ORIGPROFILEID=I-26F60651P9935932P"
This is the example response.
RESULT=0
&RESPMSG=Approved
&RPREF=RRRF0A08BD4F
&PROFILEID=I-26F60651P9935932P
&CORRELATIONID=c582c009acceb