Retrieve Recurring Expenses (EYOD)

POST {{baseUrl}}/api/enrich/recurring-expenses/

Documentation 😍

Read up on our Risk Insights (EYOD) resource on our DevPortal! And for information about all the HTTP calls (required fields, response documentation, and so on) check out our API Reference .

Request Body

{"0"=>{"language"=>"pt", "transactions"=>[{"transaction_id"=>"your_unique_internal_id", "account_holder_type"=>"INDIVIDUAL/BUSINESS", "account_holder_id"=>"your_unique_id_for_account_holder", "account_id"=>"your_unique_id_for_the_account", "account_category"=>"CHECKING_ACCOUNT/CREDIT_CARD/LOAN_ACCOUNT/SAVINGS_ACCOUNT", "value_date"=>"2023-05-18", "description"=>"transaction_description", "type"=>"INFLOW/OUTFLOW", "amount"=>650.89, "currency"=>"BRL", "institution"=>"your_internal_institution_name", "mcc"=>"only_required_for_credit_card_accounts"}]}}

HEADERS

| Key | Datatype | Required | Description |

RESPONSES

status: ``