Flow
API flows (step-by-step)
1) Fetch agreements
2) Show agreements to the user
Render each agreement’s
text, and open the links[].urlin a new tab. The user must accept all agreements.3) Submit acceptance
If KYC is not approved, these endpoints return
409with invalid_state.What this unlocks
After acceptance, the user can create cards, create deposits, and read balances. Those endpoints return409
until agreements are accepted.