| Flujo | Orígenes | Tipo de origen permitido | Destinos | Tipo de destino permitido |
|---|---|---|---|---|
| Push | account_id (Uno o muchos) | Corriente (cc), Ahorros (ch), cobre_balance | counterparty_id | Corriente (cc), Ahorros (ch), cobre_balance, Depósito Electrónico (dp) |
cron(Minutes Hours Day-of-Month Month Day-of-Week Year)(0 0 * * ? *): Esto se ejecutará todos los días a las 00:00 UTC (Medianoche).(0/5 * * * ? *): Esto se ejecutará cada 5 minutos, comenzando al inicio de la hora.(0 9 1 * ? *): Esto se ejecutará el primer día de cada mes a las 9 AMaccount_source_ids. Para cada ejecución, se generará un ID único para la programación y se agregará al campo batch_id, y el scheduler_id se mapeará al external_id del Movimiento de Dinero.{
"id": "mm_3Lyw3BQmRvHfZB",
"batch_id": "mmse_Vh88EH2aFa", // Batch id of the money movement scheduler
"external_id": "mms_Lwjdfa2L7CJEZ3", // Will be the same as the money movement scheduler id.
"type": "spei",
"geo": "mex",
"status":
{
"state": "completed",
"code": "",
"description": ""
},
"source_id": "acc_lg61ErGNyK", // Will show the source_id from array of strings of account sweeper
"source": null,
"destination_id": "cp_fXSpJtAA60",
"destination": null,
"currency": "mxn",
"amount": 1, // Will show either the fixed amount or the account balance amount. (depending on the scheduler configuration)
"metadata":
{
"description": "Daily Scheduled payment at 18:00 pm!", // Will be the same as the description from the money movement scheduler
"reference": "20240918", // Will generate the date of the payment: Format YYYYMMDD (onbly for spei payments)
"tracking_key": "202409189071045080000524478820",
"cep_url": "https://www.banxico****"
},
"created_at": "2024-09-18T18:00:00.12Z",
"updated_at": "2024-09-18T18:01:03.76Z"
}account_source_ids, destination_id, el schedule_pattern, y ya sea un monto fijo o amount = 0 para barrido.amount fijo para Programación de Monto Estático, o establece amount = 0 para habilitar Programación de Barrido de Cuentas.schedule_pattern usando la sintaxis cron de Amazon CloudWatch para controlar cuándo se ejecuta el programador.external_id/metadata para reconciliar ejecuciones programadas.