# Fincore API Monato is a financial technology company specializing in SPEI transfer services in Mexico. We provide secure, fast, and reliable payment solutions for businesses, enabling seamless bank transfers through our API and platform Version: 1.0.0 ## Servers ``` https://apicore.stg.finch.lat ``` ## Security ### ApiKeyAuth API Key authentication using the "x-api-key" header. Contact us at support@monato.com so we can provide you an API Key. Type: apiKey In: header Name: x-api-key ### bearerAuth Type: http Scheme: bearer Bearer Format: JWT ## Download OpenAPI description [Fincore API](https://docs.monato.com/_spec/products/fincore/fincore-openapi.yaml) ## Other ### Get notified about new MONEY_IN events. - [POST money-in](https://docs.monato.com/products/fincore/fincore-openapi/webhooks/webhookmoneyinpost.md): Send MONEY_IN webhook event notification. ### Get notified about Status updates. - [POST status-update](https://docs.monato.com/products/fincore/fincore-openapi/webhooks/webhookstatusupdatepost.md): Send Status updates for Money Outs ### Retrieve client credentials - [GET /v1/clients/{clientId}/credentials](https://docs.monato.com/products/fincore/fincore-openapi/other/getclientcredentials.md): Returns a list of credentials associated with a specific client. ### Create authentication token - [POST /v1/clients/{clientId}/auth/credential-tokens](https://docs.monato.com/products/fincore/fincore-openapi/other/createcredentialtoken.md): Generates an authentication credential token for a private account. ### Retrieve catalog of SPEI participants - [GET /v1/banks](https://docs.monato.com/products/fincore/fincore-openapi/other/retrievebankscatalog.md): Returns a paginated list of bank and institutions that are part of the SPEI Network. ### Retrieve accounts for a client - [GET /v1/clients/{clientId}/accounts](https://docs.monato.com/products/fincore/fincore-openapi/other/getaccounts.md): Returns a paginated list of accounts for the specified client. ### Create a private account - [POST /v1/clients/{clientId}/private_accounts](https://docs.monato.com/products/fincore/fincore-openapi/other/postcreateprivateaccount.md): Endpoint to create a private account for a client. ### Register an instrument for a client - [POST /v1/clients/{clientId}/instruments](https://docs.monato.com/products/fincore/fincore-openapi/other/registerinstrument.md): Registers a instrument owned by the specified client. The request body must include . ### Create a money out transaction - [POST /v1/transactions/money_out](https://docs.monato.com/products/fincore/fincore-openapi/other/createmoneyouttransaction.md) ### Refund a transaction - [POST /v1/clients/{clientId}/transactions/{transactionId}/refund](https://docs.monato.com/products/fincore/fincore-openapi/other/createrefund.md) ### Register a webhook - [POST /v1/webhooks](https://docs.monato.com/products/fincore/fincore-openapi/other/createwebhook.md): Endpoint to register a new url where to receive webhooks.