service
Webhook Endpoint

Webhook Endpoint

Stripe's webhook delivery for payment and refund outcomes. It notifies Acme Inc whether a charge succeeded or failed, and when a refund is processed.

Service

Overview

The Webhook Endpoint is how Stripe reports outcomes back to Acme Inc. After processing a request from the Payments APIPayments APIServicev1.0.0Stripe's API for charging cards and issuing refunds. Acme Inc's Payment Processing System calls it to request payments a...Subscribespayment-requested, refund-requestedOwnerpayments-platformMapRepoView docs, it delivers Payment SucceededPayment SucceededEventv1.0.0Published by Stripe when a charge succeeds. Ownerpayments-platformSchemaMapView docs, Payment FailedPayment FailedEventv1.0.0Published by Stripe when a charge fails. Ownerpayments-platformSchemaMapView docs or Refund ProcessedRefund ProcessedEventv1.0.0Published by Stripe when a refund has been processed. Ownerpayments-platformSchemaMapView docs to the Payment Processing SystemPayment Processing SystemSystemv1.0.0Internal system that orchestrates payment for orders. It authorizes payments, requests charges from the external payment...Ownerpayments-platformMapView docs.

Sends 3 messages

Payment and refund outcomes

Architecture diagram

Messages for this service

Sends messages (3)

Quickly find the message you need by searching for the name, type, or summary.
NameVersionTypeSummary
Payment Succeeded
v1.0.0eventPublished by Stripe when a charge succeeds.
Payment Failed
v1.0.0eventPublished by Stripe when a charge fails.
Refund Processed
v1.0.0eventPublished by Stripe when a refund has been processed.

Receives messages (0)

Quickly find the message you need by searching for the name, type, or summary.
NameVersionTypeSummary
No messages found
Event-driven architecture documentation: Acme Inc