---
title: "Approve funding"
method: PUT
path: "/leads/{fastTrackLeadId}/approveFunding"
tags: ["FastTrackLeads"]
---

# Approve funding

`PUT /leads/{fastTrackLeadId}/approveFunding`

## Path parameters

- `fastTrackLeadId` string, uuid, required

## Query parameters

- `v` string

## Headers

- `api-version` string

## Request body

- ApproveFundingModel — A model for approving funding of a fast track lead
  - `bankDetail` BankDetailModel, required
    - `accountNumber` string, nullable
    - `sortCode` string, nullable
    - `iban` string, nullable
    - `swift` string, nullable
    - `accountCountry` string, nullable
    - `accountCurrency` string, nullable
    - `masterAccountIban` string, nullable
  - `fundingAmount` number, double, required

## Response `200`

Funding request succesful.

## Other responses

- `400` — Something else went wrong.
- `401` — Unauthorized request.
- `422` — The model provided has invalid data.

---

[API](https://skmtc.dev/youlend/apis/prequalification.md) · [All operations](https://skmtc.dev/youlend/apis/prequalification/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/youlend/prequalification/revisions/a76313c6cc3d/schema)
