public JSONObject listPlans(String perPage, String page) {
        this.apiConnection = new ApiConnection(Definitions.PAYSTACK_PLANS_LIST_PLANS);
        ApiQuery apiQuery = new ApiQuery();

        apiQuery.putParams("perPage", perPage);