Get company global configuration

GET

GET https://platform-api.lia.com.br/external_api/v1/payment_configurations/default

Example request

curl --location 'https://platform-api-sandbox.lia.com.br/external_api/v1/payment_configurations/default' \
--header 'Authorization: Bearer token'

Example response

[
    {
        "allowed_down_payment_methods": [],
        "availability": "enabled",
        "down_payment_type": null,
        "down_payment_value": 0.0,
        "expires_in": 12,
        "financed_type": null,
        "id": "0e9d2fb1-12cc-4b5f-9e03-b757a27e0b07",
        "interest_rate": 0.0,
        "max_down_payment_installments": null,
        "max_installments": 1,
        "min_installment_amount_cents": 5000,
        "payment_methods": [
            "pix"
        ],
        "payment_type": "upfront",
        "registration_fee": 0.0,
        "take_rate_type": "absolute",
        "take_rate_value": 297.0
    },
    {
        "allowed_down_payment_methods": [],
        "availability": "enabled",
        "down_payment_type": null,
        "down_payment_value": 0.0,
        "expires_in": null,
        "financed_type": null,
        "id": "7912ecb0-0d0a-40bf-a9ee-d825e80ba04f",
        "interest_rate": 0.028,
        "max_down_payment_installments": null,
        "max_installments": 12,
        "min_installment_amount_cents": 5000,
        "payment_methods": [
            "credit_card"
        ],
        "payment_type": "upfront",
        "registration_fee": 0.0,
        "take_rate_type": "percentage",
        "take_rate_value": 0.0297
    },
    {
        "allowed_down_payment_methods": [
            "boleto",
            "pix",
            "credit_card"
        ],
        "availability": "enabled",
        "down_payment_type": "percentage",
        "down_payment_value": 0.1,
        "expires_in": 12,
        "financed_type": null,
        "id": "cc2d886d-f2b1-46a4-b241-b3a166bc0896",
        "interest_rate": 0.028,
        "max_down_payment_installments": 12,
        "max_installments": 24,
        "min_installment_amount_cents": 5000,
        "payment_methods": [
            "boleto",
            "credit_card",
            "pix"
        ],
        "payment_type": "financed",
        "registration_fee": 0.0197,
        "take_rate_type": "percentage",
        "take_rate_value": 0.0897
    }
]