GET
/
v1
/
program
/
{programId}
/
stats
curl --request GET \
  --url https://qa-api.sbx.solidfi.com/v1/program/{programId}/stats
{
  "account": {
    "active": 42,
    "blocked": 0,
    "creditBlocked": 0,
    "deactivated": 6,
    "debitBlocked": 0,
    "total": 48
  },
  "accountBalance": {
    "accountWithBalance0": 6,
    "accountWithBalance10kto25k": 2,
    "accountWithBalance5kto10k": 2,
    "accountWithBalanceGt25k": 3,
    "accountWithBalanceLt5k": 35,
    "average": "41898459.29",
    "total": "2011126045.68"
  },
  "business": {
    "approved": 17,
    "declined": 2,
    "notStarted": 5,
    "review": 12,
    "submitted": 0,
    "total": 36
  },
  "card": {
    "physicalCard": {
      "active": 0,
      "blocked": 0,
      "cancelled": 5,
      "pendingActivation": 9,
      "total": 14
    },
    "virtualCard": {
      "active": 18,
      "blocked": 1,
      "cancelled": 11,
      "pendingActivation": 0,
      "total": 30
    }
  },
  "person": {
    "approved": 15,
    "declined": 0,
    "notStarted": 22,
    "review": 1,
    "submitted": 0,
    "total": 38
  },
  "transaction": {
    "ach": {
      "credit": "13370.74",
      "debit": "17922.19",
      "originated": {
        "credit": "441.74",
        "debit": "4627.06"
      },
      "received": {
        "credit": "10729.00",
        "debit": "12919.13"
      },
      "reversal": {
        "credit": "2200.00",
        "debit": "376.00"
      }
    },
    "card": {
      "atm": {
        "credit": "55.00",
        "debit": "0.00"
      },
      "auth": {
        "credit": "0.00",
        "debit": "46.07"
      },
      "authUpdate": {
        "credit": "0.00",
        "debit": "0.00"
      },
      "credit": "55.00",
      "debit": "46.07",
      "pull": {
        "credit": "0.00",
        "debit": "0.00"
      },
      "push": {
        "credit": "0.00",
        "debit": "0.00"
      },
      "refund": {
        "credit": "0.00",
        "debit": "0.00"
      },
      "reversal": {
        "credit": "0.00",
        "debit": "0.00"
      },
      "reward": {
        "credit": "0.00",
        "debit": "0.00"
      }
    },
    "credit": "4011146967.94",
    "crossBorder": {
      "credit": "0.00",
      "debit": "0.00",
      "originated": {
        "credit": "0.00",
        "debit": "0.00"
      },
      "reversal": {
        "credit": "0.00",
        "debit": "0.00"
      }
    },
    "debit": "2000019935.22",
    "debitCard": {
      "credit": "0.00",
      "debit": "0.00",
      "originated": {
        "credit": "0.00",
        "debit": "0.00"
      },
      "received": {
        "credit": "0.00",
        "debit": "0.00"
      },
      "reversal": {
        "credit": "0.00",
        "debit": "0.00"
      }
    },
    "digitalCheck": {
      "credit": "0.00",
      "debit": "0.00"
    },
    "domesticWire": {
      "credit": "4011073161.96",
      "debit": "2000000424.40"
    },
    "internationalWire": {
      "credit": "63.39",
      "debit": "413.42"
    },
    "intrabank": {
      "credit": "60296.93",
      "debit": "1019.00"
    },
    "physicalCheck": {
      "credit": "19.92",
      "debit": "110.14"
    },
    "physicalSolidCard": {
      "credit": "",
      "debit": "",
      "originated": {
        "credit": "",
        "debit": ""
      },
      "reversal": {
        "credit": "",
        "debit": ""
      },
      "topup": {
        "credit": "",
        "debit": ""
      }
    },
    "virtualSolidCard": {
      "credit": "0.00",
      "debit": "0.00",
      "originated": {
        "credit": "0.00",
        "debit": "0.00"
      },
      "reversal": {
        "credit": "0.00",
        "debit": "0.00"
      },
      "topup": {
        "credit": "0.00",
        "debit": "0.00"
      }
    }
  }
}

Headers

sd-api-key
string
Example:

"{{sd-api-key}}"

Path Parameters

programId
string
required

Response

200 - application/json
List all Stats

The response is of type object.