Retrieve Payment Link
Retrieve a payment link by its plink_ id. The Fluveo /v1 tenant wrapper scopes the read to the active merchant; foreign or tampered ids return resource_missing.
Authentication
Standard Basic HTTP authentication. The username is the Fluveo secret key and the password must be empty, encoded as base64(api_key:).
Bearer HTTP authentication. Allowed header: Authorization: Bearer <api_key>.
Path parameters
Response
Stripe-compatible response
Effective payable state: persisted active, future expiry, and any completion limit not exhausted.
Payment Link merchant metadata. At most 50 entries; keys are at most 40 characters and values at most 500 characters. The case-insensitive fluveo_ namespace and payment_link key are server-reserved and rejected. Update merges entries; an empty value deletes that key.
The hosted page address {base}/p/{plink_id}. Carries no client_secret or key material.
Returned completion behavior. redirect includes redirect.url; hosted_confirmation includes hosted_confirmation.custom_message.
Honored payment method types (spec 22745 P4, launch vocabulary: card). null = methods stay dynamic.
null when the link has no reuse limit. count is read-only (completed sales recorded by the ledger-bridge).