Skip to content
Last updated

Fincore API

Fincore is Monato's API for payment operations in Mexico. It supports SPEI Money In, Money Out to CLABE accounts and debit cards, internal book-to-book transfers, private accounts, Business Units, Penny Validation, reports, and webhooks.

Use the guides in this order when you are integrating for the first time. Each guide includes the relevant API contract, examples, and endpoint response codes.

  1. Overview
  2. Integration Path
  3. Authentication
  4. Core concepts
  5. Quickstart
  6. Money Out
  7. Money In
  8. Errors
  9. FAQ

Integration map

StepWhat you doContract
1Get credentials and create a bearer tokenAuthentication guide
2Retrieve your Centralizing Account and catalogsAccounts guide, Instruments guide
3Register recipients as instrumentsInstruments guide
4Send Money OutMoney Out guide, Create Money Out transaction
5Receive and test Money InMoney In guide, Money In webhook event
6Receive asynchronous status eventsWebhooks guide, Status update webhook event
7Reconcile outcomes and errorsReports guide, Error catalog

Important conventions

Request bodies use snake_case. Most API responses use camelCase.

Money amounts are strings with two decimals, for example "1500.00".

Use UUIDs for IDs such as client_id, account_id, instrument_id, and customer_id.

Do not log or expose CLABEs, card numbers, secrets, or webhook tokens in client-facing systems.