get https://sandbox.lithic.com/v1/financial_accounts//loan_tapes/
Get a specific loan tape for a given financial account.
Response
Get a specific loan tape for a given financial account.
xxxxxxxxxx
curl --request GET \
--url https://sandbox.lithic.com/v1/financial_accounts/financial_account_token/loan_tapes/loan_tape_token \
--header 'accept: application/json'
xxxxxxxxxx
111}
{
"token": "string",
"financial_account_token": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"date": "2025-03-30",
"created": "2025-03-30T12:12:55.038Z",
"updated": "2025-03-30T12:12:55.038Z",
"version": 0,
"ytd_totals": {
"payments": 0,
"purchases": 0,
"fees": 0,
"credits": 0,
"interest": 0,
"cash_advances": 0,
"balance_transfers": 0
},
"period_totals": {
"payments": 0,
"purchases": 0,
"fees": 0,
"credits": 0,
"interest": 0,
"cash_advances": 0,
"balance_transfers": 0
},