v1
latestOpenAPI 3.1.0MIT2026-07-2484155300.5 KBRecurring Payments
This API allows you to analyze a list of financial transactions and identify recurring payments based on specified criteria such as frequency, amount consistency, and regularity score.
post/recurring-payments
Request body
Response
200
Example response
{
"recurringPayments": [
{
"description": "debito aut conta agua e esgoto sabesp",
"averageAmount": -76.78,
"occurrences": [
"77777777-8888-9999-0000-111111111111"
],
"regularityScore": 0.997773784382727
}
]
}