Setup a Payment Lynk
Creating a Payment Link via API
The Payment Links API allows you to programmatically create, customize, and manage payment links for complete automation in your workflows.
*Dev input here
RequestParameters:
amount (integer, required) — Amount to be charged, in the smallest currency unit (e.g., cents for USD).
currency (string, required) — ISO 4217 currency code (e.g., "USD", "EUR").
description (string, optional) — Short text shown to the customer at checkout.
redirect_url (string, optional) — URL where the customer is redirected after a successful payment.
Sample ResponseOnce created, you can share this URL with your customers via any communication channel. The checkout page will be securely hosted by L2P, handle the entire payment process, and send status updates via webhooks or API callbacks.
Last updated