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 endpoint

Please note that this endpoint is currently in beta, and it may undergo changes as we continue to improve and refine the functionality.


All Monthly Expected Volumes References

Sandbox

NameMinimumMaximumReference
0 - 500 000.00 EUR0500000ef779c41-547e-11ef-8b9c-027612b7f6b5
500 000.00 - 2 000 000.00 EUR5000002000000ef77a16d-547e-11ef-8b9c-027612b7f6b5
2 000 000.00 - 5 000 000.00 EUR20000005000000ef77a2bc-547e-11ef-8b9c-027612b7f6b5
More than 5 000 000.00 EUR50000005000000ef77a3db-547e-11ef-8b9c-027612b7f6b5
I'm not sure0500000ef77a4f8-547e-11ef-8b9c-027612b7f6b

Production

NameMinimumMaximumReference
0 - 500 000.00 EUR0500000d8805674-53fa-11ef-9628-02d3d923cf2b
500 000.00 - 2 000 000.00 EUR5000002000000d8805cd2-53fa-11ef-9628-02d3d923cf2b
2 000 000.00 - 5 000 000.00 EUR20000005000000d8805ea7-53fa-11ef-9628-02d3d923cf2b
More than 5 000 000.00 EUR50000005000000d8805fdd-53fa-11ef-9628-02d3d923cf2b
I'm not sure0500000d8806120-53fa-11ef-9628-02d3d923cf2b

Retrieving All Monthly Expected Volumes References via API

Request

EnvironmentEndpoint
ProductionGET https://api.bvnk.com/platform/v1/accounts/monthly-expected-volumes
SandboxGET https://api.sandbox.bvnk.com/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

[
    {
        "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
    }
]
[
    {
        "reference": "d8805674-53fa-11ef-9628-02d3d923cf2b",
        "name": "0 - 500 000.00 EUR",
        "min": 0,
        "max": 500000
    },
    {
        "reference": "d8805cd2-53fa-11ef-9628-02d3d923cf2b",
        "name": "500 000.00 - 2 000 000.00 EUR",
        "min": 500000,
        "max": 2000000
    },
    {
        "reference": "d8805ea7-53fa-11ef-9628-02d3d923cf2b",
        "name": "2 000 000.00 - 5 000 000.00 EUR",
        "min": 2000000,
        "max": 5000000
    },
    {
        "reference": "d8805fdd-53fa-11ef-9628-02d3d923cf2b",
        "name": "More than 5 000 000.00 EUR",
        "min": 5000000,
        "max": 5000000
    },
    {
        "reference": "d8806120-53fa-11ef-9628-02d3d923cf2b",
        "name": "I'm not sure",
        "min": 0,
        "max": 500000
    }
]
AttributeTypeDescription
referenceStringUnique identifier for the volume range (e.g., "ef779c41-547e-11ef-8b9c-027612b7f6b5").
nameStringName/description of the volume range (e.g., "0 - 500 000.00 EUR").
minNumberMinimum expected volume for the range (e.g., 0).
maxNumberMaximum expected volume for the range (e.g., 500000).