Create new velocity limit
Following are different types of velocity limits supported in the platform Velocity Limits can be set based on Spending limit, Cash limit and load limit Expiry limit time can be set in minutes These limits can transactional limits, weekly, monthly, daily, yearly, or lifetime This API supports velocity limit set ups based on account_guid or card proxy. Account_Guid value takes precedence over cardproxy. If Account_Guid is not provided, Card_proxy and currency values are used to fetch the account_guid value.
Returns the newly velocity limit
Bad request
Unauthorized
Server Error
{- "condition_guid": "d11c8b17-9471-4f8f-a55e-2305d5a52f44",
- "program_guid": "3fa0d2ea-ffcf-485d-94ed-dbf4f861ad2f",
- "account_guid": "d2b7c9d2-85e7-4c51-92d0-3f97a47f8d76",
- "amount_limit": 0,
- "card_proxy": "string",
- "currency": "string",
- "operation_name": "SPENDINGLIMIT",
- "operation_categories": "LIMITS",
- "time_unit": "TranAmount",
- "expiry_limit_mins": 0
}
{- "condition_guid": "d11c8b17-9471-4f8f-a55e-2305d5a52f44",
- "program_guid": "3fa0d2ea-ffcf-485d-94ed-dbf4f861ad2f",
- "account_guid": "d2b7c9d2-85e7-4c51-92d0-3f97a47f8d76",
- "amount_limit": 0,
- "account_expiry_date": "2019-08-24T14:15:22Z",
- "card_proxy": "string",
- "currency": "string",
- "operation_name": "SPENDINGLIMIT",
- "operation_categories": "LIMITS",
- "time_unit": "TranAmount",
- "expiry_limit_mins": 0
}