Retrieve a list of the actual transaction amounts used for each transaction limit in a Customer Account, Customer Financial Account, or Business Financial Account.
Transaction limits define the maximum debit transaction amounts for an account, and include single, daily, weekly, and monthly limits.
Note Transaction limits apply to internal and integrated bank Financial Accounts only.
GET /v1/limits/utilisation
Authorization: Bearer <access_token>
scopeId REQUIRED
string (UUID)
ID of the Customer Account or Financial Account.
scopeType REQUIRED
string enum, values: CUSTOMER, FA_KFA
Type of entity referenced in scopeId. The following values are supported:
referenceDate
string (date)
End date used to retrieve limit utilization results. The query will return results up to and including this date.
None
Returns an array of Transaction Limits Utilization objects. This object contains details for each limit, including the actual amount used for the limit during the specified date range.
SAMPLE RESPONSE
[
{
"limitId": "861446e4-437e-4f10-9b5c-fda856d125c5",
"limitType": "SINGLE",
"scopeId": "d6e3efb0-dcd3-4211-b1aa-6353a92fbc8a",
"scopeType": "FA_KFA",
"currency": "USD",
"limitAmount": 250.00,
"deductionAmount": 200.00,
"fromRange": "2024-02-01T01:46:44.793Z",
"toRange": "2024-02-27T01:46:44.793Z"
},
{...},
{...}
]
Step into the future of Finance with RocketKOR! Simplify payments, banking, lending, and data analytics using our versatile KOR Platform.
A Rocket Financial Inc. company
@ 2024 RocketKOR, Inc. All rights reserved.