These limits can be transactional limits, daily, weekly, monthly, yearly, or lifetime; Unlimited = 10 years. This API supports getting velocity limits set based on account_guid or card proxy, but not both.
Returns the velocity limits
Bad request
Unauthorized
Velocity limits not found
Server Error
curl -i -X GET \ 'https://qvapikeybank.qolopay.com/api/{version}/velocitylimits?card_proxy=&account_guid=497f6eca-6276-4993-bfeb-53cbbbba6f08¤cy_code=&program_guid=497f6eca-6276-4993-bfeb-53cbbbba6f08' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
[- {
- "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": "string",
- "operation_categories": "string",
- "time_unit": "string",
- "expiry_limit_mins": "string"
}
]