Bank Account Balance

Update the balance of a manual account at a desire moment

Set the balance of a bank account

POST https://monse.app/v1/bank-accounts/{id}/balance

If you don't pass the date param the balance will be stored as the current account balance.

Query Parameters

Name
Type
Description

id

Integer

Bank account ID

Request Body

Name
Type
Description

balance*

Integer

In cents

date

String

Date string in Y-m-d format

{
    // Response
}

Last updated