v3-ledger-transaction
Number of APIs: 5
- 
Send payment POST {{baseUrl}}/v3/ledger/transaction 
- 
Find transactions for account. POST {{baseUrl}}/v3/ledger/transaction/account?pageSize=10&offset=0&count=true 
- 
Find transactions within the ledger. POST {{baseUrl}}/v3/ledger/transaction/ledger?pageSize=10&offset=0&count=true 
- 
Find transactions with a given reference across all accounts. GET {{baseUrl}}/v3/ledger/transaction/reference/:reference 
- 
Find transactions for a customer across all of the customer's accounts. POST {{baseUrl}}/v3/ledger/transaction/customer?pageSize=10&offset=0&count=true