Checks and returns the applicable per-transaction, daily, weekly, and monthly limits for the specified customer based on the requested payment amount, delivery date and payment rail.
Successfully retrieved applicable transaction limits
No applicable limit data found for the given request.
Bad request — invalid or missing input fields.
You are not authorized to access the resource
Accessing the resource you were trying to reach is forbidden
The resource you were trying to reach is not found
Internal server error
{- "paymentAmount": 100.55,
- "deliveryDate": "06-30-2025",
- "paymentRail": "FEDNOW"
}
{- "limits": [
- {
- "code": "INSTANT_PAYMENT_LIMIT_PER_MONTH",
- "currentLimit": 15000.55,
- "usedAmount": 5000.35,
- "remainingLimit": 10000.25,
- "displayName": "Instant Payment Monthly Limit",
- "message": "Monthly transaction with $10,000.00 limit has exceeded by $1,690,000.00 for lrx"
}
]
}