Transaction Methods
Web Session Object
Transaction Object
Token Object
Season Set Object
Refund Object
RatePlan Object
Product Object
Payment Provider Object
Payment Method Object
NameValuePair Object
GiftCard Object
Entitlement Object
Chargeback Object
Campaign Object
BillingPlan Object
AutoBill Object
Address Object
Activity Object
Account Object
Transaction Methods
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.) |
|
Transaction.finalizeBokuAuthCapture |
(This method is not in use.) |
Completes processing the 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 Vindicia Subscribe 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 Vindicia Subscribe. |
|
Transaction.report |
(This method is not in use. Use Transaction.migrate to report Transactions to Vindicia Subscribe that have been processed in other billing systems.) |
Evaluates the risk score or chargeback probability score for this Transaction object. |
For Users
Learn More