User settings

Create user settings

Creates the settings record for the authenticated user (notification toggles and low-balance alert currency). This is a per-user resource and is not company-scoped.

post/v1/user_settings

Parameters

#/paths/~1v1~1users/get/parameters/0 — unresolved $ref

Request body

approved_transaction_notifyboolean
declined_transaction_notifyboolean
banking_transaction_notifyboolean
pending_transaction_notifyboolean
low_balance_notifyboolean
low_balance_threshold_currencystring

Example request

{
  "low_balance_threshold_currency": "CLP"
}

Response

The created user settings.

idstring uuid required
user_idstring required
approved_transaction_notifyboolean
declined_transaction_notifyboolean
banking_transaction_notifyboolean
pending_transaction_notifyboolean
low_balance_notifyboolean
low_balance_threshold_amountinteger

Low-balance alert threshold as a whole-currency amount (computed from cents).

low_balance_threshold_currencystring
created_atstring date-time
updated_atstring date-time

Changes