Payment link line items are catalog-backed. Create products and prices first, then use
price_id in the link.npm install @ionicfi/sdk gives you typed calls for every request
below; the server SDK guide has details. Each example also
shows raw curl.
Create a link
url, link totals, active state, timestamps, and the line item configuration used to create buyer checkout sessions.
Use catalog-backed line items
Payment links reference catalog prices.Fields that shape the buyer experience
Manage links
List, retrieve, and update links:What happens when a buyer opens a link
Ionic-hosted checkout opens the link, shows the payment page, and creates the checkout attempt. Your server does not need to create a session for each visit or handle raw card data.Payment links and checkout sessions share many concepts, but they are different resources. A link is reusable configuration. A session is one buyer attempt.

