Setup drawdown billing
Billing
Setup drawdown billing
Set up or update drawdown billing for the authenticated developer
POST
Setup drawdown billing
Authorizations
Rye API key
Body
application/json
Drawdown settings to configure
Minimum balance threshold in smallest currency unit (e.g. cents). A top-up is triggered when balance falls below this value.
Required range:
x >= 10Example:
200000
Target balance in smallest currency unit (e.g. cents). When balance drops below minBalanceSubunits, a top-up invoice is created to replenish to this amount.
Required range:
x >= 100Example:
1000000
Whether to automatically charge the invoice when created. Defaults to true if not specified.
Example:
true
Response
Updated billing configuration

