I downloaded the PHP SDK for "PayPal API: Name-Value Pair Interface" and set the API_USERNAME, API_PASSWORD, and API_SIGNATURE that I got from my Paypal sandbox account. I was able to create recurring profile using the CreateRPProfile.php. And I was able to see the details of the profile using GetRPProfileDetails.php. However I was not able to see that profile in the paypal manager of my sandbox business account. My first question is "Where can I see the details of the recurring profile created using the SDK?" I have another question to ask. I created a recurring profile from the "Create a new profile" link available in the paypal manager. I was able to see the details of this profile in the paypal manager. However, I was not able to update payment details of this profile (Eg: amount) using the UpdateRecurringPaymentsProfile API. The error was "Invalid profile ID". What could be the reason? Some one please reply. Thanks in advance.
... View more