GetPreApprovalDetails Method
Retrieves information about an existing preapproval.
Syntax
[VB.NET] Public Sub GetPreApprovalDetails(ByVal PreApprovalKey As String)
[C#] public void GetPreApprovalDetails(string preApprovalKey);
Remarks
The PreApprovalKey parameter indicates the preapproval to be retrieved. You can obtain this key from the PreApprovalKey response property after a successful CreatePreApproval.
No additional properties (beyond PayPal login credentials) are required to use this method.