Generate Unique Idempotency Key via UUID Generator Plugin

I need to generate UUIDs that would be used as idempotency keys for Square APIs, but an error saying the idempotency key is being resused shows up:

I have tried 2 different UUID generating plugin, but they gave the same result. Did I miss a step?

Thanks.