BillOutstandingAmount Method
This method will bill the outstanding amount.
Syntax
[VB.NET] Public Sub BillOutstandingAmount(ByVal ProfileId As String, ByVal Amount As String)
[C#] public void BillOutstandingAmount(string profileId, string amount);
Remarks
Use this method to tell PayPal to bill the outstanding amount for the recurring payments profile. This method takes a ProfileId parameter which specifies the profile to be billed. It also takes an optional Amount parameter which tells PayPal how much of the outstanding amount to bill the customer. If no amount is specified, PayPal will attempt to bill the full OutstandingBalance.
An optional Note may be attached to the request to PayPal.