Overview
Payment Links allow you to create shareable URLs that direct customers to a hosted payment page. This is ideal for scenarios where you need to collect payments without building or maintaining a checkout frontend — such as invoice payments, social commerce, email campaigns, or phone orders. Each payment link generates a unique URL that can be shared via email, SMS, messaging apps, or embedded in a website.Creating a Payment Link
Use the Payment Links API to generate a shareable payment URL.Payment Link Configuration
Payment Link Lifecycle
A payment link can only be used once. After a successful payment, the link status changes to
COMPLETED and cannot be reused.Managing Payment Links
List Payment Links
Cancel a Payment Link
Webhook Events
Use Cases
- Invoice payments: Send payment links in invoices for easy collection.
- Social commerce: Share links on social media or messaging apps.
- Phone orders: Generate links during phone calls for customers to pay.
- Email campaigns: Embed payment links in marketing emails.
- Donations: Create one-time donation collection links.
Payment links use Yuno’s hosted checkout page, which is fully PCI-compliant and handles all payment method rendering and processing. No frontend development is required on your side.
Enroll Cards with Payment Links
Payment links can also be used to update expired or declined card details and automatically enroll the new card. This is particularly useful for merchants running their own subscription engines who need a newvaulted_token when a customer’s card expires or is blocked.
How It Works
1
Send the Payment Link
Create a payment link with
vault_on_success set to true and one_time_use set to true. The customer receives a secure link to complete a pending payment with a new credit or debit card.Required fields:customer_payer.id. Previously generated customer identifierone_time_use. Set totruefor single-use linksvault_on_success. Set totrueto enroll the card after successful payment
2
Automatic Enrollment
Upon successful payment through the link, Yuno automatically generates a new
vaulted_token for the customer’s updated card.3
Continue Charging
Use the Get Payment Methods endpoint to retrieve the customer’s updated stored payment methods. Continue your subscription schedule with the new
vaulted_token.Benefits
- Speed: Customers resolve payment issues instantly without account login.
- Seamless update: New cards are automatically saved when previous cards expire or are blocked.
- Security: All transactions use Yuno’s PCI-compliant hosted checkout with encryption.