Creating Gift Cards - with Specific codes via API

Hey @matt_clogau

The code can be set on the initial creation:

{
  "gift_card": {
    "initial_value": "100.00",
    "code": "abcdefghijklmnop"
  }
}

I was unable to adjust the balance of an existing card via the API.