public JSONObject createPage(String name, String description, String amount) {
        this.apiConnection = new ApiConnection(Definitions.PAYSTACK_PAGES_CREATE_PAGE);
        this.apiQuery = new ApiQuery();
        this.apiQuery.putParams("name", name);
        this.apiQuery.putParams("description", description);