Retrieve Monthly Expected Volumes References

This is a definitive list of industries and sub-industries which can be included in the payload when creating a customer.

🚧

BETA Endpoints

Please note that these endpoints are currently in beta, and they may undergo changes as we continue to improve and refine the functionality.


Retrieving All Monthly Expected Volumes References

Request

EnvironmentEndpoint
ProductionGET https://api.bvnk.com/api/platform/v1/accounts/monthly-expected-volumes
SandboxGET https://api.sandbox.bvnk.com/api/platform/v1/accounts/monthly-expected-volumes
curl --location 'https://api.sandbox.bvnk.com/api/platform/v1/accounts/monthly-expected-volumes' \
--header 'Authorization: Hawk id="vOjKT0txxpp6TMQP6QTQziyBjAiVnMGNH3dbFa0SGhK7OFsMD6lWFPaN8TXCqkXk", ts="1724508719", nonce="07p-CX", mac="SXFOsfYxXaXmRIDpOW0DsIlRN6NRNIKl2336Damh/v4="'

Response

HTTP 200 OK

[
    {
        "reference": "ef779c41-547e-11ef-8b9c-027612b7f6b5",
        "name": "0 - 500 000.00 EUR",
        "min": 0,
        "max": 500000
    },
    {
        "reference": "ef77a16d-547e-11ef-8b9c-027612b7f6b5",
        "name": "500 000.00 - 2 000 000.00 EUR",
        "min": 500000,
        "max": 2000000
    },
    {
        "reference": "ef77a2bc-547e-11ef-8b9c-027612b7f6b5",
        "name": "2 000 000.00 - 5 000 000.00 EUR",
        "min": 2000000,
        "max": 5000000
    },
    {
        "reference": "ef77a3db-547e-11ef-8b9c-027612b7f6b5",
        "name": "More than 5 000 000.00 EUR",
        "min": 5000000,
        "max": 5000000
    },
    {
        "reference": "ef77a4f8-547e-11ef-8b9c-027612b7f6b5",
        "name": "I'm not sure",
        "min": 0,
        "max": 500000
    }
]