---
title: "POST /eligibility/beneficiary"
method: POST
path: "/eligibility/beneficiary"
tags: ["Eligibility and credit limit"]
---

# POST /eligibility/beneficiary

`POST /eligibility/beneficiary`

<div>
<h3>Ask if the business can receive the money originated from a loan on one of its bank accounts.</h3>

<p>It should be interpreted the following way:</p>
<ul>
<li>when <code>is_eligible</code> is <code>true</code>,
  it means the business can receive the money originated from a loan on one of its bank accounts.
</li>
<li>when <code>is_eligible</code> is <code>false</code>,
  it means the business can't receive the money originated from a loan.
  If the business is the borrower's supplier, it does not prevent the borrower from requesting a loan.
  However, the money has to arrive in a bank account owned by the borrower, not by the supplier.
</li>
</ul>
</div>

## Request body

- BusinessIdentifierRequired
  - `identifier` string, required
  - `identifier_type` 'belgium_registration_number' | 'bsn' | 'cif' | 'hr_nummer' | 'kvk' | 'name' | 'nif' | 'siren' | 'siret' | 'steuernummer' | 'vat_number', required

## Response `200`

OK

---

[API](https://skmtc.net/getdefacto/apis/api-reference.md) · [All operations](https://skmtc.net/getdefacto/apis/api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/getdefacto/api-reference/revisions/0a9c1f8784f2/schema)
