Description:
Implement an authenticated webhook endpoint to receive updates from a KYC provider (e.g., Sumsub) and automatically submit the update to the Soroban Identity Contract.
Requirements and context:
Bridges off-chain KYC to on-chain registries.
Suggested execution:
Build the webhook route, verify HMAC signatures, and queue a Stellar transaction.
Guidelines:
High security required; failing signature validation must return 401 immediately.
Description:
Implement an authenticated webhook endpoint to receive updates from a KYC provider (e.g., Sumsub) and automatically submit the update to the Soroban Identity Contract.
Requirements and context:
Bridges off-chain KYC to on-chain registries.
Suggested execution:
Build the webhook route, verify HMAC signatures, and queue a Stellar transaction.
Guidelines:
High security required; failing signature validation must return 401 immediately.