source, destination, metadata, and amount. For enhanced tracking, an optional fifth parameter, external_id, can be provided.Authorization: Bearer ********************curl --location --request POST 'https://api.cobre.co/v1/money_movements' \
--header 'idempotency;' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"amount": 12300,
"source_id": "acc_V3vkJyasZ2",
"destination_id": "acc_CApVhAOGV2",
"metadata": {
"description": "TEST_CC_PROD",
"reference": "1234567"
},
"checker_approval": false,
"external_id": "reference_001"
}'{
"id": "mm_MhoGJpWavtanVX",
"status": {
"state": "initiated",
"code": "",
"description": ""
},
"metadata": {
"description": "TEST_CC_PROD",
"reference": "1234567",
"tracking_key": "",
"cep_url": ""
},
"creator": "cli_vdke22a1nj_160",
"external_id": "reference_001",
"checker_approval": false,
"mm_approval_id": "",
"type": "spei",
"geo": "mex",
"source_id": "acc_V3vkJyasZd",
"destination_id": "cp_HJ0CfGa8Fa",
"currency": "mxn",
"amount": 12300,
"created_at": "2025-12-02T14:19:05Z",
"updated_at": "2025-12-02T14:19:05Z"
}