PierrickP/n26

Limits

PierrickP opened this issue · 0 comments

GET /api/settings/limits/ID ID = id card

[{
    "limit": "POS_TRANSACTION",
    "amount": 10000
}, {
    "limit": "ATM_TRANSACTION_MONTLY",
    "amount": 20000
}, {
    "limit": "POS_TRANSACTION_MONTHLY",
    "amount": 20000
}, {
    "limit": "ATM_TRANSACTION",
    "amount": 600
}, {
    "limit": "E_COMMERCE_TRANSACTION",
    "amount": 5000
}, {
    "limit": "E_COMMERCE_TRANSACTION_MONTHLY",
    "amount": 20000
}, {
    "limit": "COUNTRY_LIST",
    "countryList": []
}]