Changes the settings on a customer’s cash balance.
Parameters
- settingsobject
A hash of settings for this cash balance.
- settings.
reconciliation_ modeenum Controls how funds transferred by the customer are applied to payment intents and invoices. Valid options are
automatic,manual, ormerchant_. For more information about these reconciliation modes, see Reconciliation.default Possible enum valuesautomaticmanualmerchant_default
Returns
The customer’s cash balance, with the updated settings.
Response
{ "object": "cash_balance", "available": null, "customer": "cus_Ob4Xiw8KXOqcvM", "livemode": false, "settings": { "reconciliation_mode": "manual", "using_merchant_default": false }}