Comment on page

Transactions

Transactions are all the deposits and withdrawals from your bank account synced in your Lancerkit account. Use the transactions API to list, create or update contacts within your Lancerkit account.

API endpoints

get
https://api.lancerkit.com
/transactions
List transactions
get
https://api.lancerkit.com
/transactions/:id
Get a transaction
delete
https://api.lancerkit.com
/transactions
Delete transactions
post
https://api.lancerkit.com
/transactions/:id
Edit a transaction

Last modified 9mo ago