Sale Method
This method sends a Sale transaction to PayPal.
Syntax
[VB.NET] Public Sub Sale()
[C#] public void Sale();
Remarks
There are two types of transactions, Sales and Authorizations. In a Sale, the transaction is automatically captured, and funds are automatically deposited into your PayPal account. However, in the case of an authorization (using the Authorize method), funds are not automatically captured. You must manually capture the funds using the ReAuthCapture component.