Skip to main content

Overview

The Payment component displays secure payment links for checkout, bookings, or invoices.

Format

::: payment
[Link text describing payment](Payment-URL)
:::

Example

::: payment
[Complete your $1,299 order payment](https://checkout.stripe.com/session_abc123)
:::
Payment button rendered in the Lua Pop web widget
A payment link rendered as a button in the Lua Pop web widget.

Configure

context: `
  After creating order, provide payment:
  
  ::: payment
  [Complete payment for Order #ID](payment-url)
  :::
  
  Include order number and amount.
`

Best For

  • Checkout flows
  • Booking payments
  • Invoice links
  • Subscription payments

All Components

Explore all response formatting components