The following table summarizes the methods for the Transaction object.
Method |
Description |
Allows you to fetch the billing and shipping addresses from PayPal. |
|
Sends this Transaction object to the payment processor for preauthorization. |
|
Authorizes and captures this Transaction object in one call. |
|
Calculates the sales tax for this Transaction object. |
|
Cancels a batch of previously authorized but not yet captured Transaction objects. |
|
Captures a batch of previously authorized Transaction objects. |
|
Returns one or more Transaction objects whose Account object matches the input. |
|
Returns all the Transaction objects for an AutoBill object. |
|
Returns a Transaction object whose transaction ID assigned by you (merchantTransactionId) matches the input. |
|
Returns all the Transaction objects whose payment method matches the input. Identify the payment method with its VID, your payment method ID, or the payment-method-specific string, such as a credit-card account number. |
|
Returns a Transaction object whose VID matches the input. |
|
Returns a Transaction object whose WebSession VID matches the input. |
|
Returns the Transaction objects whose status has changed since the last fetchDelta call. |
|
Returns the Transaction objects that have been modified since the specified time stamp. (An endTimeStamp may also be specified.) |
|
|
(This method is not in use.) |
Completes the processing the a Transaction with payment method CarrierBilling. |
|
Completes Transaction processing after your customer finishes payment activities at the payment provider-hosted web pages and is redirected to your site. |
|
Informs CashBox about the final authorization status of a transaction paid for with a PayPal-based payment method. |
|
Allows you to migrate Transactions from a previous billing system to CashBox. |
|
|
(This method is not in use. Use Transaction.migrate to report Transactions to CashBox that have been processed in other billing systems.) |
Evaluates the risk score or chargeback probability score for this Transaction object. |