sequenceDiagram
participant App as W? App
participant BudService as W? / Bud service
participant PaywallService as W? Paywall Service
participant BudEngageAPI as Bud Insights API
participant BudEngageWebsite as Bud Engage Website
App->>BudService: POST /render-widget?widget={{someSortOfWidgetName}} (with session token)
BudService->>PaywallService: POST /paywall/user
sequenceDiagram
participant App as W? App
participant BudService as W? / Bud service
participant PaywallService as W? Paywall Service
participant BudEngageAPI as Bud Connect API
participant BudEngageWebsite as Bud Connect Website
App->>BudService: POST /connect-bank (with session token)
BudService->>PaywallService: POST /paywall/user
sequenceDiagram
participant App as W? App
participant BudService as W? / Bud service
participant PaywallService as W? Paywall Service
participant BudAPI as Bud customer API
App->>BudService: POST /register-user (with session token)
BudService->>PaywallService: POST /paywall/user
PaywallService-->>BudService: Returns user details