Get Configurable Card Limits – Function GetCardLimits
Get the limit configuration for certain limits that can be configured from the API (See SetCondCheck Function). The result will be an XML document.
Inputs | Description | Required | Data Type |
---|---|---|---|
FUNC | GetCardLimits | Y | |
P1 | PAN or Alt ID | Y | (12…24) Alphanumeric |
Output | Description | ||
XML | The response will be an XML list of limits with singular limit elements |
Response XML:
Element Name | Description |
---|---|
limit_name | Name of the limit |
limit_level | The level of the limit. Lower levels indicate higher precedence. |
limit_label | Label of the limit for display purposes. |
limit_type | Type of limit. |
limit_count | Maximum number of transactions per period. |
limit_amount | Cash amount for this limit. |
limit_period | Reset period associated with this limit. Possible values include D-daily, M- monthly, Y-yearly, L-lifetime, F-Fee triggered reset, and N-no reset. |
limit_string | String associated with the limit. The meaning of this string varies depending on the type of limit. |
limit_risk_level | Risk level associated with the limit. |
risk_level | Risk level associated with the cardholder. |
Example: GetCardLimits Request
https://api.m2fin.com:8443/AuthENGINAPI/AuthENGINAPI?CID=5&CUSR=someuser&CPWD=somepass&MSGID=00005019198155533&FUNC=GetCardLimits&P1=I705515811929
Example: GetCardLimits Response