> ## Documentation Index
> Fetch the complete documentation index at: https://docs.momentco.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Payment Captured

> Triggered when an authorised payment is successfully captured (fully or partially).



## OpenAPI

````yaml WEBHOOK payment.captured
openapi: 3.1.0
info:
  version: 1.0.0
  title: Payments API
  description: Payments API
  contact:
    name: Moment
    url: https://momentco.net
    email: support@momentco.net
servers:
  - url: https://api.momentpay.net
security: []
tags:
  - name: Payment Events
    x-displayName: Payment Events
    description: Webhook events emitted during the payment lifecycle.
  - name: Payment
    x-displayName: Payment
    description: >
      A Payment represents a financial transaction. For payments with
      capture_method manual, authorisation and settlement are separate steps.
  - name: Payment Model
    x-displayName: Payment Model
    description: |
      <SchemaDefinition schemaRef="#/components/schemas/payment" />
  - name: Payment Event Model
    x-displayName: Payment Event Model
    description: |
      <SchemaDefinition schemaRef="#/components/schemas/payment_event" />
  - name: Problem Detail Model
    x-displayName: Problem Detail Model
    description: |
      <SchemaDefinition schemaRef="#/components/schemas/problem_detail" />
externalDocs:
  description: Read the full API documentation
  url: https://momentco.net/docs
paths: {}

````