FailedInitialAmountAction Property
The action to take when the initial amount is not paid.
Syntax
[VB.NET] Public Property FailedInitialAmountAction As String
[C#] public string FailedInitialAmountAction {get; set;}
Remarks
By default, this property is set to Cancel which will tell PayPal to create the current profile, but place it in a pending status until the initial amount transaction completes. If the transaction fails, the account profile will be canceled. Success or failure will result in an IPN notification from PayPal.
Alternatively, you may set this to Continue, which means that PayPal will not fail when the initial amount is not paid, but instead will add this amount to the OutstandingBalance for the profile.
Default Value
""