cURL
Parameters Endpoints
Get parameters for entity
Returns all parameters for an entity.
GET
cURL
Path Parameters
Either the card id or a concatenation of the program id with the card configuration code in the form of "{programId}:{cardConfigurationCode}".
Example:
"a8d8374f-0fd2-444d-a331-c345bf4948da:DEBIT"
Available options:
card, program_application Response
200 - application/json
Successful operation
List of parameters. Type of parameters is validated dynamically based on the rule they are applied to:
- AMOUNT: ["100"] - the first parameter is the amount to limit for a single transaction
- CUMULATIVE_AMOUNT (non-rolling / over a fixed period) : ["100", "DAILY"] - the first parameter is the cumulative amount to limit for the period provided as the second parameter, which must be one of DAILY, WEEKLY, MONTHLY, QUARTERLY, YEARLY
- CUMULATIVE_AMOUNT (rolling / over a moving window): - ["100", "ROLLING_DAILY", "24"] - the first parameter is the cumulative amount to limit for the period provided as the second parameter, which must be one of ROLLING_HOURLY, ROLLING_DAILY; the third is the duration of the period
- ALLOWED_COUNTRIES: ["246", "752"] - the countries are represented by ISO 3166-1 numeric codes
- BLOCKED_COUNTRIES: ["364", "643"] - the countries are represented by ISO 3166-1 numeric codes
- ALLOWED_CARD_ENTRY_MODES: ["CHIP"] - at least one of UNKNOWN, MANUAL_ENTRY, MAGNETIC_STRIPE, CHIP, CHIP_CONTACTLESS, ECOMMERCE, WALLET_CONTACTLESS, WALLET_ECOMMERCE, CREDENTIALS_ON_FILE
- BLOCK_CARD_PRESENT: no parameters
- BLOCKED_TRANSACTION_TYPES: ["ATM"] - at least one of RETAIL, ATM, UNIQUE, CASH_DISBURSEMENT, BALANCE_INQUIRY, P2P_DEBIT, P2P_CREDIT, CREDIT, CASHBACK, AFT
Example:

