Update a transaction limit for 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.
PUT /v1/limits/{limitId}
Authorization: Bearer <access_token>
limitId REQUIRED
string (UUID)
ID of the transaction limit.
amount
number, min value = 0
Amount of the transaction limit.
Returns the Transaction Limits object. This object contains the single, daily, weekly, and monthly transaction limits for a Customer Account or a Financial Account.
SAMPLE REQUEST
{
"amount": 250.00
}
SAMPLE RESPONSE
{
"id": "861446e4-437e-4f10-9b5c-fda856d125c5",
"limitType": "SINGLE",
"scopeId": "d6e3efb0-dcd3-4211-b1aa-6353a92fbc8a",
"scopeType": "FA_KFA",
"currency": "USD",
"amount": 250.00
}
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.