Partner ↔ yuu Account Linkage (CTA Flow)
Purpose
The account linkage flow (CTA flow) describes how a yuu member is redirected from yuu app to partner app or web for account linkage. It focuses on the overall journey, responsibilities of each system, and how the API is used during the flow.
Workflow Overview
- yuu app opens Partner web page inside a WebView with JWT and offer details.
- Partner validates JWT and fetches member profile.
- Partner collects user consent for account linking.
- Upon consent, Partner calls linking API with loyalty details, banner sign and client credentials.
Architecture & Journey
Example

APIs Involved
PUT /member/link— Account link (CTA flow)