Objects

This is a preview version of the API intended for early testing and integration. Preview versions are not stable and may include breaking changes before general availability.

Deposit

Regular deposit information for general savings account

Amount deposited regularly

frequencystring

Frequency of deposits

Possible Enum values are DAILY, WEEKLY, MONTHLY, QUARTERLY, SEMIANNUALLY, ANNUALLY or ONCE.
Example
{  "amount": {    "amount": 10.32,    "currency": "EUR"  },  "frequency": "DAILY"}