public JSONObject chargeAuthorization(String reference, String authorization_code, String amount,
            String email, String callback_url) {
        this.apiConnection = new ApiConnection(Definitions.PAYSTACK_TRANSACTIONS_CHARGE_AUTHORIZATION);
        ApiQuery apiQuery = new ApiQuery();