Click or drag to resize

IBraintree Interface

Interface to the Braintree service

Namespace:  NetQuarry.Services.Payment
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public interface IBraintree

The IBraintree type exposes the following members.

Methods
  NameDescription
Public methodAddPaymentMethod
Adds a payment method to the service for the particular user.
Public methodCancelSubscription
Cancels a subscription.
Public methodCompleteTransaction
Completes a transaction that was started as an authorization.
Public methodCreateSubscription
Creates a subscription.
Public methodCreateTransaction
Makes a payment.
Public methodDeletePaymentMethod
Deletes payment method from vault storage.
Public methodFindTransaction
Lookup and return a transaction represented by the transactionID
Public methodGetClientToken
Returns a client token.
Public methodGetSubscription
Returns the subscription represented by the ID
Public methodRefundTransaction(Transaction)
Refunds a transaction.
Public methodRefundTransaction(Transaction, Decimal)
Refunds a transaction.
Public methodUpdatePaymentMethod
Updates expiration date of card.
Public methodVerifyPaymentMethod
Verifies a credit card for a give payment method.
Public methodVoidTransaction
Voids a transaction that was started as an authorization.
Public methodWebhookNotify
Handles Braintree webhook notifications.
Top
See Also