Giftbit · Example Payload

Funds Response

Gift CardsDigital RewardsIncentivesPaymentsReward DistributionPrepaid Cards

Funds Response is an example object payload from Giftbit, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

infofundsbycurrencystatus

Example Payload

Raw ↑
{
  "info": {
    "code": "INFO_FUNDS",
    "name": "Fund information retrieved",
    "message": "Your current fund information was retrieved."
  },
  "fundsbycurrency": {
    "USD": {
      "available_in_cents": 196525,
      "pending_in_cents": 0,
      "reserved_in_cents": 41500
    },
    "CAD": {
      "available_in_cents": 6600,
      "pending_in_cents": 0,
      "reserved_in_cents": 1000
    },
    "PRO": {
      "available_in_cents": 0,
      "pending_in_cents": 0,
      "reserved_in_cents": 0
    }
  },
  "status": 200
}