Module: Braintree::WebhookNotification::Kind

Defined in:
lib/braintree/webhook_notification.rb

Constant Summary collapse

AccountUpdaterDailyReport =
"account_updater_daily_report"
Check =
"check"
ConnectedMerchantPayPalStatusChanged =
"connected_merchant_paypal_status_changed"
ConnectedMerchantStatusTransitioned =
"connected_merchant_status_transitioned"
Disbursement =
"disbursement"
DisbursementException =
"disbursement_exception"
DisputeAccepted =
"dispute_accepted"
DisputeAutoAccepted =
"dispute_auto_accepted"
DisputeDisputed =
"dispute_disputed"
DisputeExpired =
"dispute_expired"
DisputeLost =
"dispute_lost"
DisputeOpened =
"dispute_opened"
DisputeUnderReview =
"dispute_under_review"
DisputeWon =
"dispute_won"
GrantedPaymentInstrumentRevoked =
"granted_payment_instrument_revoked"
GrantorUpdatedGrantedPaymentMethod =
"grantor_updated_granted_payment_method"
GrantedPaymentMethodRevoked =
"granted_payment_method_revoked"
LocalPaymentCompleted =
"local_payment_completed"
LocalPaymentExpired =
"local_payment_expired"
LocalPaymentFunded =
"local_payment_funded"
LocalPaymentReversed =
"local_payment_reversed"
OAuthAccessRevoked =
"oauth_access_revoked"
PartnerMerchantConnected =
"partner_merchant_connected"
PartnerMerchantDisconnected =
"partner_merchant_disconnected"
PartnerMerchantDeclined =
"partner_merchant_declined"
PaymentMethodCustomerDataUpdated =
"payment_method_customer_data_updated"
PaymentMethodRevokedByCustomer =
"payment_method_revoked_by_customer"
RecipientUpdatedGrantedPaymentMethod =
"recipient_updated_granted_payment_method"
RefundFailed =
"refund_failed"
SubscriptionBillingSkipped =
"subscription_billing_skipped"
SubscriptionCanceled =
"subscription_canceled"
SubscriptionChargedSuccessfully =
"subscription_charged_successfully"
SubscriptionChargedUnsuccessfully =
"subscription_charged_unsuccessfully"
SubscriptionExpired =
"subscription_expired"
SubscriptionTrialEnded =
"subscription_trial_ended"
SubscriptionWentActive =
"subscription_went_active"
SubscriptionWentPastDue =
"subscription_went_past_due"
SubMerchantAccountApproved =
"sub_merchant_account_approved"
SubMerchantAccountDeclined =
"sub_merchant_account_declined"
TransactionDisbursed =
"transaction_disbursed"
TransactionReviewed =
"transaction_reviewed"
TransactionSettlementDeclined =
"transaction_settlement_declined"
TransactionSettled =
"transaction_settled"