Iniciar prueba de conectividad (ECO)
Prerrequisito: un certificado activo (ver rotateCertificate, activateCertificate) y un reporte de disponibilidad READY (ver getReadiness) antes de la prueba de conectividad; una prueba de conectividad aprobada es a su vez el prerrequisito de una operación de envío (ver createBankTransferOperation). Construye una solicitud de eco GEN0001 dirigida al participante indicado, la persiste como SUBMITTED antes del despacho por el rail y deja que el relay de salida la despache a la RSFN. La contraparte responde con GEN0001R1 devolviendo el mensaje; la respuesta se correlaciona por NUOp y confirma la prueba. Idempotente: reenviar la misma clave X-Idempotency con el mismo cuerpo devuelve la respuesta en caché.
Autorizaciones
JWT bearer token issued by the identity provider.
Encabezados
Idempotency key (primary).
Idempotency key (legacy alias for X-Idempotency).
Idempotency key TTL in seconds (overrides the configured default).
Cuerpo
Respuesta
Created
IF control number assigned to the GEN0001 submission.
"20260610000001"
STR message code of the submission (always GEN0001 for connectivity tests).
"GEN0001"
BACEN protocol identifier (NUOp) assigned to the GEN0001 connectivity-test submission.
"12345678202606100000001"
Submission status; SUBMITTED until the counterparty's GEN0001R1 echo correlates by NUOp and flips it to CONFIRMED.
"SUBMITTED"
RFC3339 UTC timestamp when the submission was persisted before send.
"2026-06-10T12:00:00Z"

