credit_gift_card
Add credit to a gift card to increase its balance. Creates a credit transaction that updates the card's available funds.
Instructions
Add credit to a gift card. Creates a credit transaction that increases the gift card balance.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Gift Card ID | |
| note | No | Transaction note | |
| amount | Yes | Amount to credit | |
| currencyCode | Yes | Currency code (e.g., 'USD') |