Bank Accounts
List, create, update or delete your bank accounts
Last updated
List, create, update or delete your bank accounts
Last updated
GET
https://monse.app/v1/bank-accounts
include
string
If you want to receive lso de bank information you can add it as 'bank'.
POST
https://monse.app/v1/bank-accounts
You can create a new manual account to track your balance and transactions. The different between this and the connected accounts is that this account need to be updated manually, creating or updating the balance every some time.
name*
String
Bank account name
currency*
String
Currency Code: EUR, USD, etc.
balance*
Integer
Current balance in cents.
PUT
https://monse.app/v1/bank-accounts/{id}
id
Integer
Bank account ID
name
String
New name for bank account
DELETE
https://monse.app/v1/bank-accounts/{id}
You can only delete manual accounts.
id
Integer
Bank account ID