# Credit Line

# Description

This endpoint can only be used for b2b merchants. It retrieves the credit line information of a client based on the b2bCompanyNationalId.

# Authentication

Basic authentication

This enpoint requires a basic authentication

# Endpoint

GET /api/merchants/<merchant_uid>/credit_line/<b2b_company_national_id>

# Response Sample

{
    "external_id": "123456789",
    "lookup_service": "SIREN",
    "maximum_invoice_amount_cents": 49856986,
    "maximum_amount_cents": 50000000,
    "currency": "EUR",
}

# Response

The endpoint will return a 200 http status code in case of success.
You will receive a 400 http status code along with a raw text explanation in case of error.