Ledgers
Create ledger
Create a new ledger with the Python SDK.
POST
Create ledger
Use
blnk.ledgers.create to create a new ledger for your system.
1
Call the method
blnk.ledgers.create
2
Save the ledger ID
Use
response.data["ledger_id"] when creating balances or transactions in this ledger.3
Response
201 Created