Skip to main content
Yuno provides merchants with the ability to manage overdue or declined payments using secure payment links. When a credit card expires or is reported as stolen or lost, you can generate a payment link to share with customers via email or text message, allowing them to easily update their payment information. This feature is tailored for merchants who operate their own subscription engine and need to update credit card details to continue processing payments with a new vaulted_token for their customers.

How it works

When users need to update their payment information, they receive a secure payment link. This link allows them to complete any pending payments using a credit or debit card. To create the payment link for enrollment, make sure to include the following fields:
  • customer_payer.id: The ID of the previously generated customer
  • one_time_use: Set this to true to ensure the payment link can only be used once
  • vault_on_success: Set this to true to enroll the credit card after a successful payment

2. Automatic enrollment

Once the payment is successfully completed through the link, Yuno automatically generates a new vaulted_token for the customer.

3. Continue charging

After obtaining the vaulted_token, you can proceed with your subscription schedule. Use the Get payment methods endpoint to access the customer’s payment methods. For more information about creating and managing payment links, refer to the payment link API reference.