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
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
{ "id_msg": "a7a126e8-fa74-411c-ad2b-b000f277bb0d", "msg_name": "MONEY_IN", "msg_date": "2025-04-02", "body": { "id": "1595465866", "beneficiary_account": "646180529600044117", "beneficiary_name": "John Smith", "beneficiary_rfc": "XYZ123456789", "payer_account": "137180210044008609", "payer_name": "Juan Perez", "payer_rfc": "XYZ987654321", "payer_institution": "40002", "amount": "123.00", "transaction_date": "20250402", "tracking_key": "50118609TBRNZ00I07219647", "payment_concept": "Payment for invoice 4567", "numeric_reference": "2504021" } }
{ "id_msg": "1b3b4567-e89b-12d3-a456-426600174000", "msg_name": "STATUS_UPDATE", "msg_date": "2025-03-05T10:26:01Z", "body": { "tracking_key": "20250305FINCH9AAX30000I", "status": "LIQUIDATED", "update_at": "2025-03-05T10:26:01.161000" } }
curl -i -X GET \
https:/apicore.stg.finch.lat/v1/clients/c2d1d1e3-3340-4170-980e-e9269bbbc551/credentials \
-H 'x-api-key: YOUR_API_KEY_HERE'
{ "data": [ { … } ] }
curl -i -X POST \
'https:/apicore.stg.finch.lat/v1/clients/{clientId}/auth/credential-tokens' \
-H 'Content-Type: application/json' \
-H 'x-api-key: YOUR_API_KEY_HERE' \
-d '{
"client_id": "c2d1d1e3-3340-4170-980e-e9269bbbc551",
"client_secret": "your_client_secret_here"
}'
{ "id": "1307f4e3-3960-4b98-9a14-0b6839245cc9", "client_id": "c2d1d1e3-3340-4170-980e-e9269bbbc551", "client_credential_id": "e981c6d8-4d49-45f2-a7ee-f956dca15500", "token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJjbGllbnRfaWQiOiJjMmQxZDFlMy0zMzQwLTQxNzAtOTgwZS1lOTI2OWJiYmM1NTEiLCJleHAiOjE3NDEyODE0MTl9.ziSqMClLqwUVfyM15bqUF_7-PINY0ZiWkH01s8pO3gA", "status": "ACTIVE", "expires_at": "2025-03-06 11:16:59.491631", "created_at": "2025-03-05 11:16:59.488685-06:00", "updated_at": "2025-03-05 11:16:59.488685-06:00", "deleted_at": "None" }
curl -i -X GET \
'https:/apicore.stg.finch.lat/v1/clients/{clientId}/accounts' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'
{ "currentPage": 1, "perPage": 50, "totalItem": 1, "data": [ { … } ] }
curl -i -X POST \
https:/apicore.stg.finch.lat/v1/clients/4bf92b25-f457-447d-bfb5-a185e9ffe3e3/private_accounts \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"bank_id": "d90bde89-d3b9-476b-9ce4-6d5633966011",
"owner_id": "4bf92b25-f457-447d-bfb5-a185e9ffe3e3",
"client_bank_adapter_id": "4bb0d00c-ce4a-4b65-9848-fa973ae785b3",
"client_id": "4bf92b25-f457-447d-bfb5-a185e9ffe3e3",
"account_id": "9df37c0a-ef5a-4e95-a5f9-cc0103e2edb6"
}'
{ "id": "4c3093a6-2e6c-4637-8d58-f27d5f639176", "bankId": "d3435bd9-998d-4e8a-9067-6b71d5fd3ac7", "clientId": "c2d1d1e3-3340-4170-980e-e9269bbbc551", "clientBankAdapterId": "b7b89b2a-161a-46df-9d60-a60e26aea4d9", "accountId": "1934444f-d0bb-4bb4-94d9-b13bc7c487d1", "instrumentId": "6ad80330-31bc-410c-93e1-3fbbc5401a53", "ownerId": "c2d1d1e3-3340-4170-980e-e9269bbbc551", "ownerType": "CLIENT", "accountNumber": "999909456345", "clabeNumber": "646189999909456345", "availableBalance": "0.00", "accountType": "PRIVATE_ACCOUNT", "accountStatus": "ACTIVE", "audit": { "createdAt": "2025-03-05 11:00:56.264527-06:00", "updatedAt": "2025-03-05 11:00:56.264527-06:00", "deletedAt": "None", "blockedAt": "None", "activatedAt": "None", "suspendedAt": "None" }, "bankAdapter": "STP" }
curl -i -X POST \
https:/apicore.stg.finch.lat/v1/owners/c2d1d1e3-3340-4170-980e-e9269bbbc551/instruments \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"bank_id": "3054ff18-32a0-478d-b9fe-b5261f9a6e1f",
"client_id": "c2d1d1e3-3340-4170-980e-e9269bbbc551",
"instrument_alias": "Instrumento A",
"instrument_type": "SENDER_RECEIVER",
"rfc": "ND",
"virtual_clabe": {
"bank_id": "3054ff18-32a0-478d-b9fe-b5261f9a6e1f",
"account_number": "",
"clabe_number": "646180000000001801",
"holder_name": "John Smith"
}
}'
{ "id": "d3fdb481-2058-46c8-807d-4eaf866ae1ec", "bankId": "3054ff18-32a0-478d-b9fe-b5261f9a6e1f", "clientId": "c2d1d1e3-3340-4170-980e-e9269bbbc551", "ownerId": "c2d1d1e3-3340-4170-980e-e9269bbbc551", "instrumentAlias": "Instrumento A", "instrumentStatus": "ACTIVE", "instrumentType": "SENDER_RECEIVER", "instrumentDetail": { "accountNumber": "None", "clabeNumber": "646180000000001801", "holderName": "John Smith" }, "audit": { "createdAt": "2025-03-05 18:54:04.127190-06:00", "updatedAt": "2025-03-05 18:54:04.127190-06:00", "deletedAt": "None", "blockedAt": "None" }, "rfc": "ND" }
curl -i -X POST \
https:/apicore.stg.finch.lat/v1/transactions/money_out \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"client_id": "c2d1d1e3-3340-4170-980e-e9269bbbc551",
"source_instrument_id": "b5a3e093-4b78-45b8-9be0-dec8b1bff5a1",
"destination_instrument_id": "d3fdb481-2058-46c8-807d-4eaf866ae1ec",
"transaction_request": {
"external_reference": "1234567",
"description": "lorem ipsum dolor sit amet",
"amount": "1.95",
"currency": "MXN"
}
}'
{ "id": "16811ee8-1ef9-4dd4-8d84-9c2df89cf302", "bankId": "d3435bd9-998d-4e8a-9067-6b71d5fd3ac7", "clientId": "c2d1d1e3-3340-4170-980e-e9269bbbc551", "externalReference": "1234567", "trackingId": "20250306FINCHVLIKQ5SKUM", "description": "lorem ipsum dolor sit amet", "amount": "1.95", "currency": "MXN", "category": "DEBIT_TRANS", "subCategory": "SPEI_DEBIT", "transactionStatus": "INITIALIZED", "audit": { "createdAt": "2025-03-06 11:57:55.408000-06:00", "updatedAt": "2025-03-06 11:57:55.408000-06:00", "deletedAt": "None", "blockedAt": "None" } }
curl -i -X POST \
https:/apicore.stg.finch.lat/v1/webhooks \
-H 'Content-Type: application/json' \
-d '{
"client_id": "{{clientId}}",
"url": "https://example.com/webhook",
"token": "secretToken0123",
"webhook_type": "MONEY_IN"
}'
{ "id": "29806117-2b15-4682-87f0-350e6695fe91", "clientId": "c2d1d1e3-3340-4170-980e-e9269bbbc551", "url": "https://example.com/webhook", "token": "secretToken0123", "webhookType": "MONEY_IN", "webhookStatus": "ACTIVE", "createdAt": "2025-04-03 13:40:54.056794-06:00", "updatedAt": "2025-04-03 13:40:54.056794-06:00", "deletedAt": "None", "blockedAt": "None", "deletedBy": "None", "blockedBy": "None" }