connect_mode, the setting that decides who bears the Yabetoo fees on every collection.
Activation happens from your dashboard
Open Connect in the dashboard
Yabetoo dashboard, Connect section.
1
Open the Connect section
Sign in to the dashboard and go to Connect.
2
Choose your mode
Two cards are offered, marketplace and platform. Neither is pre-selected, and the
button stays locked until you make a choice.
3
Confirm
Connect is active immediately. You can create your first vendor.
Activation is per account and per environment: activating in test does not activate in
production. Repeat the step with your production account.
Choosing your mode
Both modes are worked through with figures in Commissions and pricing.
The same rate does not earn the same amount in each: that is the first thing to understand
before choosing.
Checking your account state through the API
Your integration can read the mode at any time, without going through the dashboard.200
connect_mode is "marketplace", "platform", or null if Connect is not activated.
This route always returns 200, never 404: “not activated yet” is a first-class state, not
an error. That is what lets you render your own onboarding screen without branching on an
error code.
Next
Create your first vendor
Once Connect is activated, create a connected account.