Get buyer-facing payment link
Public endpoint for hosted pay-link pages. No API key required.
Use the plpub_ token from the merchant payment link public_id field.
Path Parameters
Public checkout token from the Pay Link's public_id field (starts with plpub_).
Share this in checkout URLs; do not confuse with the merchant plink_ ID.
^plpub_[0-9a-z]{20,32}$"plpub_c9a9bb730611077574c828af5af5fed1"
Response
Buyer-safe payment link details
Buyer-safe payment link view (no store UUIDs or webhook config).
Public token for this Pay Link (plpub_...). Used in checkout URLs.
^plpub_[0-9a-z]{20,32}$Display name shown to payers on the checkout page.
Optional longer description or instructions for payers.
Hero or product image URL shown on checkout.
How pricing works on this Pay Link:
fixed_amount: you set the price; the customer pays exactly that amountcustomer_defined_amount: the customer chooses how much to pay (within min/max you set)
fixed_amount, customer_defined_amount Fixed price when amount_mode is fixed_amount (decimal string).
"25.00"
Currency for all amounts on this link (e.g. USD).
"USD"
Minimum amount payers can enter when amount_mode is customer_defined_amount.
Maximum amount payers can enter when amount_mode is customer_defined_amount.
Preset amount buttons shown on checkout for variable-amount links.
reusable: multiple payers or repeat payments allowed (subject to link settings)single_use: one successful payment completes the link
reusable, single_use Whether the Pay Link can accept payments right now:
active: open for paymentsinactive: turned off by you; no new paymentsexpired: past its expiration datecompleted: single-use link already paid, or usage limit reached
active, inactive, expired, completed Store display name shown to payers.
Merchant business name shown to payers.
Omitted on buyer API; use image_url when set on the link.