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

# Payment Link

> Learn when the payment link webhook is sent and what data it includes.



## OpenAPI

````yaml products/realtime-collections/api-reference/payment-links.json webhook payment_link
openapi: 3.1.0
info:
  title: Realtime Collections API
  description: >-
    Partner API for Meridian Realtime Collections: operator sessions, and
    creating, updating, and retrieving payment links used to collect funds from
    customers.
  version: 1.0.0
servers:
  - url: https://us-merchant.sandbox.api-us.meridianapps.dev
    description: Sandbox
  - url: https://us-merchant.api-us.payments.meridianpay.com
    description: Production
security: []
tags: []
externalDocs:
  url: /
paths: {}

````