---
title: "Get instant funding report"
method: GET
path: "/v1/instant_funding/reports"
tags: ["Instant Funding"]
---

# Get instant funding report

`GET /v1/instant_funding/reports`

Returns instant funding reports which are to be used for daily reconciliation reporting.

## Query parameters

- `report_type` string
- `system_date` string, date

## Response `200`

Successful response.

- ReportsResponse[]
  - `account_no` string, required
  - `deadline` string, date, required
  - `instant_funding_transfers` InstantFunding[]
    - `account_no` string, required
    - `amount` string, decimal, required
    - `created_at` string, date-time, required
    - `deadline` string, date, required
    - `fees` IFFee[], required
      - `amount` string, decimal, required
      - `id` string, uuid, required
      - `type` 'partner' | 'alpaca', required — Status: * `partner`: The fee on a transfer that was allocated to the partner * `alpaca`: The fee on a transfer that was allocated to Alpaca
    - `id` string, uuid, required
    - `interests` Interest[], required
      - `amount` string, decimal, required
      - `created_at` string, date-time, required
      - `date` string, date, required
      - `id` string, uuid, required
      - `reconciled_at` string, date-time, required
      - `status` 'PENDING' | 'CANCELED' | 'EXECUTED' | 'FAILED' | 'COMPLETED', required — Status: * `PENDING`: Created and waiting to be processed * `CANCELED`: Canceled * `EXECUTED`: All fees (including Partner fee) are transacted * `FAILED`: Failed mostly due to technical reasons * `COMPLETED`: All transactions are settled
    - `remaining_payable` string, decimal, required
    - `source_account_no` string, required
    - `status` 'PENDING' | 'CANCELED' | 'EXECUTED' | 'FAILED' | 'COMPLETED', required — Status: * `PENDING`: Created and waiting to be processed * `CANCELED`: Canceled * `EXECUTED`: All fees (including Partner fee) are transacted * `FAILED`: Failed mostly due to technical reasons * `COMPLETED`: All transactions are settled
    - `system_date` string, date, required
    - `total_interest` string, decimal, required
  - `system_date` string, date, required
  - `total_amount_owed` string, decimal, required
  - `total_interest_penalty` string, decimal, required

## Other responses

- `default` — Error response.

---

[API](https://skmtc.net/alpacahq/apis/gift-city-extensions-api.md) · [All operations](https://skmtc.net/alpacahq/apis/gift-city-extensions-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/alpacahq/gift-city-extensions-api/revisions/62e3378bb273/schema)
