The balance object

The balance change object is a special instance of The change object. It gives the current location of all funds related to the given payment.

{
  "owner": {
    "origin": {
      "final": "20.00",
      "transferable": "50.00"
    }
  },
  "acme_corp_platform": {
    "default": {
      "final": "10.00",
      "transferable": "0.00"
    }
  }
}