Operations
Create ledger entry
Create a new entry in the ledger
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Ledger UUID
Body
application/json
Unique transaction identifier
Entry amount in cents
Required range:
x >= 1
Type of entry
Available options:
credit
, debit
Entry description
Additional entry metadata
Response
201 - application/json
Entry created successfully
Amount in cents
Available options:
credit
, debit
Running balance in cents