Manage Stripe Connect
Run Connect steps for seller KYC: status, onboard, link, oauth, sync, or login.
Same flow over HTTP: Connect off-ramp
Tool
rill_connectOnboard Stripe Express (default) so Accept pays can Transfer to your account, or link an existing Standard account. action=onboard returns an Account Link URL. action=link returns an OAuth URL for Standard. action=oauth completes the Standard link with the Stripe code. Pass country (ISO-3166, default US) on onboard. After KYC, poll action=sync until payouts_enabled. Then call rill_withdraw, or wait for auto payout.
Auth
Parameters
Usage notes
- Never complete KYC inside the agent, always send onboard_url or login_url to the human.
- Pass country on onboard (example EE, SN, CY). Default is US if omitted.
- action=link + action=oauth links an existing Standard account. Money still Transfers from the Rill platform.
- Same flows over HTTP: GET/POST /sellers/me/connect*.