IBraintree Interface |
Namespace: NetQuarry.Services.Payment
The IBraintree type exposes the following members.
| Name | Description | |
|---|---|---|
| AddPaymentMethod |
Adds a payment method to the service for the particular user.
| |
| CancelSubscription |
Cancels a subscription.
| |
| CompleteTransaction |
Completes a transaction that was started as an authorization.
| |
| CreateSubscription |
Creates a subscription.
| |
| CreateTransaction |
Makes a payment.
| |
| DeletePaymentMethod |
Deletes payment method from vault storage.
| |
| FindTransaction |
Lookup and return a transaction represented by the transactionID
| |
| GetClientToken |
Returns a client token.
| |
| GetSubscription |
Returns the subscription represented by the ID
| |
| RefundTransaction(Transaction) |
Refunds a transaction.
| |
| RefundTransaction(Transaction, Decimal) |
Refunds a transaction.
| |
| UpdatePaymentMethod |
Updates expiration date of card.
| |
| VerifyPaymentMethod |
Verifies a credit card for a give payment method.
| |
| VoidTransaction |
Voids a transaction that was started as an authorization.
| |
| WebhookNotify |
Handles Braintree webhook notifications.
|