public JSONObject createSubscription(String customer, String plan, String authorization) {
        this.apiConnection = new ApiConnection(Definitions.PAYSTACK_SUBSCRIPTIONS_CREATE_SUBSCRIPTION);
        this.apiQuery = new ApiQuery();

        this.apiQuery.putParams("customer", customer);