Lando Payments Url Creation

Create encoded Lando checkout URLs for Solana USDC subscriptions.

11|1|Updated Sep 27, 2025
One-click install
npx skills add https://github.com/tributary-so/tributary --skill lando-payments-url-creation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Lando Payments Url Creation
Source: https://github.com/tributary-so/tributary/tree/main/apps/lando/public
Command: npx skills add https://github.com/tributary-so/tributary --skill lando-payments-url-creation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill guides developers to create hosted Land checkout URLs for Solana USDC subscriptions using the Payments SDK, enabling seamless checkout experiences with encoded session data. Powered by Tributary!

Core Features & Use Cases

  • Hosted checkout URL generation: Generate shareable encoded URLs that encode subscription parameters for easy user payments.
  • Config-driven sessions: Supports tokenMint, gateway (fixed), recipient, trackingId, autoRenew, and memo in tributaryConfig to drive sessions.
  • Use Case: Integrate Lando's checkout in a web app to collect monthly subscriptions with auto-renew and Stripe-compatible session behavior.

Quick Start

Run the Payments SDK to create a checkout session by configuring line_items, paymentFrequency, mode, success_url, cancel_url, and tributaryConfig to obtain an encoded URL.

Frequently Asked Questions about Lando Payments Url Creation

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create a checkout URL for Solana USDC subscriptions?

The Lando Payments SDK encodes subscription parameters like tokenMint, recipient, trackingId, and line_items into a shareable base64 checkout URL, enabling seamless hosted Solana USDC payment experiences without manual session construction.

What parameters are required to generate a Lando checkout session?

Required fields include tokenMint, gateway, recipient, trackingId, line_items, and tributaryConfig. Input validation must be performed on these fields prior to session creation to ensure the encoded URL functions correctly.

Can I configure auto-renewing Solana subscription payments with this checkout URL?

Yes, you can configure auto-renewing Solana subscription payments by setting the autoRenew parameter within the tributaryConfig object, allowing your web app to collect monthly recurring USDC payments seamlessly.

Does Lando checkout support Stripe-compatible session behavior for Solana payments?

Yes, Lando checkout supports Stripe-compatible session behavior by utilizing success_url and cancel_url parameters alongside paymentFrequency and mode configurations, providing familiar redirect flows for Solana USDC subscriptions.

What should I check before encoding a Lando checkout URL?

Before encoding a Lando checkout URL, you should validate all required input fields including tokenMint, recipient, and line_items. Input validation prior to session creation prevents malformed encoded URLs and failed payment sessions.