Introduction

WelcomeServices map

Guides

AcceptSpend

Legal

SecurityPrivacyTerms

PreviousWithdrawNextSync Directory
BlogPrivacyTerms

Recycle seller balance

Move seller ledger balance into the owner account wallet without a Stripe payout.


Same flow over HTTP: Sellers & resources

Tool

rill_recycle

Use this when you want seller earnings back under the owner wallet for Spend, instead of Express withdraw. Opposite direction from rill_withdraw. Recycle does not require Connect KYC.

Auth

Owner Supabase JWT required. You must know the seller_id.

Parameters

ParameterTypeRequiredDescription
seller_idstringyesSeller id whose balance to move
amountnumberyesUSD amount to recycle
owner_jwtstringnoOverrides session JWT for this call
idempotency_keystringnoSafe retries; auto-generated when omitted

Usage notes

  • After recycle, the owner can fund/mint Spend again from the account wallet.
  • Does not require Connect KYC.
  • Same flow over HTTP: POST /sellers/:id/recycle.