---
title: "Request a loan"
method: POST
path: "/requestLoan"
tags: ["Loans"]
---

# Request a loan

`POST /requestLoan`

## Query parameters

- `customerId` integer, required
- `amount` number, required
- `downPayment` number, required
- `fromAccountId` integer, required

## Response `200`

successful operation

- LoanResponse
  - `responseDate` string, date-time
  - `loanProviderName` string, required
  - `approved` boolean
  - `message` string
  - `accountId` integer

---

[API](https://skmtc.net/parasoft/apis/the-parabank-services-proxy-rest-api.md) · [All operations](https://skmtc.net/parasoft/apis/the-parabank-services-proxy-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/parasoft/the-parabank-services-proxy-rest-api/revisions/dde8a8455a0b/schema)
