transfer.received: Transferencia entrante recibida y procesadatransfer.failed: Transferencia entrante fallidatransfer.pending: Transferencia entrante pendientesecret, se genera automáticamenteid de la suscripción en ${subscription_id} para usarlo en otros endpoints.curl --location --request POST 'https://api-preview.fidi.money/fidix/v1/webhooks/subscriptions' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"url": "https://mi-servidor.com/webhooks/fidi",
"event_types": [
"transfer.received"
]
}'{
"id": "8a9b0c1d-2e3f-4a5b-6c7d-8e9f0a1b2c3d",
"url": "https://mi-servidor.com/webhooks/fidi",
"event_types": [
"transfer.received"
],
"secret": "whsec_abc123def456ghi789jkl012mno345pqr678stu901vwx234yz",
"status": "active",
"created_at": "2026-01-14T10:00:00Z",
"updated_at": "2026-01-14T10:00:00Z",
"last_delivery_at": null,
"delivery_count": 0,
"failure_count": 0
}