The transactions endpoint allows you to access all of your transactions in the system. Transactions are any time cash has moved through your account.

📘

Transactions are updated every four hours (00:00 GMT, 04:00 GMT, 08:00 GMT, 12:00 GMT, 16:00 GMT, 20:00 GMT). Information from the /transactions endpoint will also become archived once an order has been converted into a holding. You can find the loan in your /holdings endpoint.

GET https://investor-api.fundingcircle.us/api/v2/transactions

{
    "offset": 0,
    "size": 100,
    "total_count": 248,
    "_embedded": {
        "transactions": [
            {
                "transaction_code": "LNDISP",
                "created_at": "2015-07-27T09:52:32.600Z",
                "comment": "Interest repayment for loan part ef51s60591-c97f-4824-bo90-c2a4d7dfc4bd1",
                "amount_cents": 366136
            },
            {
                "transaction_code": "LNDPSP",
                "created_at": "2015-07-27T09:52:32.433Z",
                "comment": "Principal repayment for loan part 1dl31591-c97f-4824-bo90-c2a4d7dfc4bd1",
                "amount_cents": 1328552
            },
    "_links": {
        "self": {
            "href": "https://investor-api.fundingcircle.us/api/v2/transactions"
        }
    }
}
KeyData TypeDescription
amount_centsINTEGERThe amount that the transaction was for
commentSTRINGA reason for the transaction
created_atSTRINGWhen the transaction occured
transaction_codeSTRINGA way to identify the type of transaction