How can you figure out (in the webhook on `charge:confirmed`) who purchased a product when using Coinbase Checkout? As far as I know there's no way to attach `metadata` when creating a Checkout as you would with Charges: ```json metadata: { customer_id: 1, customer_username: "JohnDoe" } ```
How can you figure out (in the webhook on
charge:confirmed) who purchased a product when using Coinbase Checkout?As far as I know there's no way to attach
metadatawhen creating a Checkout as you would with Charges: