mark_gift_certificate_minted
After the merchant submits the on-chain mint transaction for a claimed gift certificate, call this to mark it as minted (status pending_mint → redeemed) and store the mint tx hash.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| certificate_id | Yes | UUID of the certificate | |
| transaction_hash | Yes | Base L2 mint transaction hash (0x...) |