Skip to main content
Orientation: Choosing Your Integration Flow, before you begin, please review the Official Integration Flow.
  • Standard Flow (Full Checkout): Recommended for most merchants. Yuno handles the UI, security, and automatic updates for payment methods.
  • Custom Flow (This SDK): Use this only if you require full control over the UX. Note: You will be responsible for manually handling payment statuses, 3DS transitions, and fraud routing data collection.
Yuno allows you to save payment methods (enrollment) either during a payment flow or as a standalone step.

Save during payment

To save a card during a regular payment flow, include the vault_on_success flag when creating the payment on your backend.

Separate enrollment

Use the enrollment flow to save a payment method without processing a payment.

Listeners

Use onEnrollmentStatus to track the progress of the enrollment flow.