Sha256: d50504f20e45ffc93eacc2a5921050289ef2dc886d0e58f423be5ec5b7978826
Contents?: true
Size: 787 Bytes
Versions: 42
Compression:
Stored size: 787 Bytes
Contents
# File generated from our OpenAPI spec # frozen_string_literal: true module Stripe # You can configure [webhook endpoints](https://stripe.com/docs/webhooks/) via the API to be # notified about events that happen in your Stripe account or connected # accounts. # # Most users configure webhooks from [the dashboard](https://dashboard.stripe.com/webhooks), which provides a user interface for registering and testing your webhook endpoints. # # Related guide: [Setting up webhooks](https://stripe.com/docs/webhooks/configure) class WebhookEndpoint < APIResource extend Stripe::APIOperations::Create include Stripe::APIOperations::Delete extend Stripe::APIOperations::List include Stripe::APIOperations::Save OBJECT_NAME = "webhook_endpoint" end end
Version data entries
42 entries across 42 versions & 1 rubygems