- Payment and enrollment with Payment links
- Split Marketplace
Payment and enrollment with Payment link
In Yuno we’ve added the functionality for users to easily catch up on overdue or declined payments through a payment link. If a credit card is expired or notified stolen/lost, and you need to update the credit card information, you can generate a secure payment link to share with your customers via email or text message. This feature is mainly oriented to merchants that have their own subscription engine and want to update credit card details in order to continue generating payments with a newvaulted_token for a customer.
Additional fields for the payment link creation for enrollment are necessary:
customer_payer.id: The ID of the previously generated customer.one_time_use= true: The payment link will be for a one time use only.vault_on_success= true: The flag in order to enroll the credit card after the succeeded payment.
vaulted_token will be generated for the customer.
For more information, please refer to the Enroll cards with payment links guide.